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-09-28T23:26:33.559Z||main|||||INFO|500||The following profiles are active: basic
2023-09-28T23:26:45.431Z||main|||||INFO|500||Starting service [Tomcat]
2023-09-28T23:26:45.432Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-09-28T23:26:45.546Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-09-28T23:26:48.287Z||main|||||INFO|500||catdb-pool - Starting...
2023-09-28T23:26:48.611Z||main|||||INFO|500||catdb-pool - Start completed.
2023-09-28T23:26:49.654Z||main|||||INFO|500||reqdb-pool - Starting...
2023-09-28T23:26:49.700Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-09-28T23:26:49.847Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-09-28T23:26:50.092Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-09-28T23:26:50.747Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-09-28T23:26:53.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-09-28T23:26:56.215Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-09-28T23:26:56.283Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-09-28T23:26:57.048Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-09-28T23:26:57.228Z||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-09-28T23:26:58.505Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-09-28T23:26:59.773Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-09-28T23:26:59.806Z||main|||||WARN|500||The sdc end point is not alive
2023-09-28T23:27:03.073Z||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-09-28T23:27:05.994Z||main|||||WARN|500||---
2023-09-28T23:27:05.994Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-09-28T23:27:05.995Z||main|||||WARN|500||---
2023-09-28T23:27:06.519Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-09-28T23:27:11.624Z||main|||||INFO|500||Started Application in 43.2 seconds (JVM running for 46.104)
2023-09-28T23:27:11.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:27:11.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:27:11.649Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:27:11.695Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4b086a49-accc-4cae-93b3-4f132b3bdaaa url= /sdc/v1/artifactTypes
2023-09-28T23:27:11.701Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:27:11.788Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:27:11.790Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@234d9699
2023-09-28T23:27:11.791Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:27:11.806Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:27:11.833Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:27:11.838Z||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$$6afc110.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-09-28T23:28:01.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:28:01.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:28:01.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:28:01.628Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5c02574c-dfa3-478d-bb4f-40b5cfd00c21 url= /sdc/v1/artifactTypes
2023-09-28T23:28:01.628Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:28:01.638Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:28:01.638Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2933ddd8
2023-09-28T23:28:01.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:28:01.639Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:28:01.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:28:01.640Z||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$$6afc110.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-09-28T23:28:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:28:51.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:28:51.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:28:51.623Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 710794fb-2559-491b-83e0-1225f6dd37a7 url= /sdc/v1/artifactTypes
2023-09-28T23:28:51.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:28:51.634Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:28:51.635Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e37843e
2023-09-28T23:28:51.637Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:28:51.638Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:28:51.638Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:28:51.639Z||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$$6afc110.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-09-28T23:29:41.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:29:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:29:41.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:29:41.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b0b06dae-8dcf-4a7c-8712-dd70a86bd58a url= /sdc/v1/artifactTypes
2023-09-28T23:29:41.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:29:41.668Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:29:41.669Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5938725a
2023-09-28T23:29:41.669Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:29:41.670Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:29:41.670Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:29:41.671Z||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$$6afc110.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-09-28T23:30:31.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:30:31.618Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:30:31.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:30:31.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8d5bf0ba-27c8-43bc-a153-9140f10ecc37 url= /sdc/v1/artifactTypes
2023-09-28T23:30:31.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:30:31.628Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:30:31.629Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@406ea6d2
2023-09-28T23:30:31.629Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:30:31.629Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:30:31.630Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:30:31.630Z||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$$6afc110.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-09-28T23:31:21.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:31:21.620Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:31:21.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:31:21.629Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= cf9fa76b-b453-43c8-a2a4-dee2e48e28b6 url= /sdc/v1/artifactTypes
2023-09-28T23:31:21.630Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:31:21.638Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:31:21.639Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5aaf69a4
2023-09-28T23:31:21.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:31:21.639Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:31:21.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:31:21.641Z||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$$6afc110.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-09-28T23:32:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:32:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:32:11.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:32:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db8392f5-6e28-4604-8f28-86e8577645da url= /sdc/v1/artifactTypes
2023-09-28T23:32:11.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:32:11.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:32:11.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3df36d5c
2023-09-28T23:32:11.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:32:11.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:32:11.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:32:11.629Z||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$$6afc110.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-09-28T23:33:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:33:01.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:33:01.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:33:01.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 77702edc-81e6-431d-bb0e-8c5d8ca1a531 url= /sdc/v1/artifactTypes
2023-09-28T23:33:01.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:33:01.632Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:33:01.632Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e69b96b
2023-09-28T23:33:01.632Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:33:01.633Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:33:01.633Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:33:01.634Z||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$$6afc110.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-09-28T23:33:51.618Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:33:51.620Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:33:51.621Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:33:51.629Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9ac88c2c-920d-4e28-8440-0980002bf4a8 url= /sdc/v1/artifactTypes
2023-09-28T23:33:51.631Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:33:51.639Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:33:51.640Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71fffabd
2023-09-28T23:33:51.640Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:33:51.641Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:33:51.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:33:51.643Z||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$$6afc110.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-09-28T23:34:41.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:34:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:34:41.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:34:41.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f1afd7b6-4ca7-438c-a540-92e10952db2f url= /sdc/v1/artifactTypes
2023-09-28T23:34:41.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:34:41.625Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:34:41.625Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b755116
2023-09-28T23:34:41.625Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:34:41.626Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:34:41.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:34:41.626Z||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$$6afc110.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-09-28T23:35:31.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:35:31.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:35:31.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:35:31.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 79c0e44e-5221-4a12-9b21-e104e0da400e url= /sdc/v1/artifactTypes
2023-09-28T23:35:31.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:35:31.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:35:31.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f3033a3
2023-09-28T23:35:31.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:35:31.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:35:31.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:35:31.629Z||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$$6afc110.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-09-28T23:36:21.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:36:21.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:36:21.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:36:21.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f801907f-9972-4a05-b4a4-2795c6c9b260 url= /sdc/v1/artifactTypes
2023-09-28T23:36:21.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:36:21.630Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:36:21.630Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52b27bbc
2023-09-28T23:36:21.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:36:21.630Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:36:21.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:36:21.631Z||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$$6afc110.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-09-28T23:36:40.896Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-09-28T23:37:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:37:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:37:11.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:37:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9ca95c61-5755-49c9-831f-fe1261045cd2 url= /sdc/v1/artifactTypes
2023-09-28T23:37:11.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:37:11.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:37:11.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33d645dd
2023-09-28T23:37:11.627Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:37:11.627Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:37:11.627Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:37:11.628Z||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$$6afc110.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-09-28T23:38:01.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:38:01.618Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:38:01.619Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:38:01.628Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bfbf2ff0-84eb-4459-8329-989ca70fe852 url= /sdc/v1/artifactTypes
2023-09-28T23:38:01.628Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:38:01.645Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:38:01.645Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6eaf033
2023-09-28T23:38:01.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:38:01.647Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:38:01.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:38:01.648Z||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$$6afc110.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-09-28T23:38:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:38:51.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:38:51.623Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:38:51.628Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5fdc9821-6ff5-4187-a837-d17dd2996430 url= /sdc/v1/artifactTypes
2023-09-28T23:38:51.628Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:38:51.640Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:38:51.640Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a7371e8
2023-09-28T23:38:51.641Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:38:51.641Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:38:51.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:38:51.642Z||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$$6afc110.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-09-28T23:39:41.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:39:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:39:41.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:39:41.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a7c06193-e0af-4977-bedd-c28a644779c0 url= /sdc/v1/artifactTypes
2023-09-28T23:39:41.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:39:41.626Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:39:41.626Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@772e45a3
2023-09-28T23:39:41.626Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:39:41.627Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:39:41.627Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:39:41.627Z||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$$6afc110.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-09-28T23:40:31.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:40:31.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:40:31.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:40:31.620Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= add516ce-f700-4164-b216-54eed2e9b65d url= /sdc/v1/artifactTypes
2023-09-28T23:40:31.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:40:31.630Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:40:31.630Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63d39c1c
2023-09-28T23:40:31.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:40:31.630Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:40:31.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:40:31.631Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:41:21.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:41:21.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:41:21.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:41:21.627Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b09b2831-db47-4aae-990a-8fd2976320bd url= /sdc/v1/artifactTypes
2023-09-28T23:41:21.627Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:41:21.635Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:41:21.635Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42ec7a92
2023-09-28T23:41:21.635Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:41:21.635Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:41:21.636Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:41:21.636Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:42:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:42:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:42:11.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:42:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a332ab03-1ffe-4e83-9e37-17059c5f16bc url= /sdc/v1/artifactTypes
2023-09-28T23:42:11.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:42:11.625Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:42:11.625Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51d1d607
2023-09-28T23:42:11.625Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:42:11.626Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:42:11.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:42:11.626Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:43:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:43:01.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:43:01.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:43:01.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0b1bf11d-89cb-4882-a9ba-2af800019d60 url= /sdc/v1/artifactTypes
2023-09-28T23:43:01.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:43:01.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:43:01.628Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75e509c1
2023-09-28T23:43:01.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:43:01.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:43:01.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:43:01.629Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:43:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:43:51.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:43:51.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:43:51.620Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db3ad1b9-22a3-4f00-95d4-ad580e960c5a url= /sdc/v1/artifactTypes
2023-09-28T23:43:51.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:43:51.626Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:43:51.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a2dc668
2023-09-28T23:43:51.627Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:43:51.627Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:43:51.627Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:43:51.628Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:44:41.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:44:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:44:41.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:44:41.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4f79fc55-b61c-4aba-bc24-962f1a390244 url= /sdc/v1/artifactTypes
2023-09-28T23:44:41.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:44:41.625Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:44:41.625Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@27f8fb41
2023-09-28T23:44:41.625Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:44:41.626Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:44:41.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:44:41.626Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:45:31.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:45:31.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:45:31.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:45:31.627Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f8659c92-d7ac-4ee2-aaac-1ebf08c617da url= /sdc/v1/artifactTypes
2023-09-28T23:45:31.627Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:45:31.640Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:45:31.641Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6c3e6087
2023-09-28T23:45:31.641Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:45:31.642Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:45:31.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:45:31.643Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:46:21.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:46:21.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:46:21.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:46:21.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2a1b947c-47f1-4cda-b8a0-3d2dd907b71b url= /sdc/v1/artifactTypes
2023-09-28T23:46:21.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:46:21.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:46:21.628Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@515539ce
2023-09-28T23:46:21.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:46:21.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:46:21.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:46:21.629Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:47:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:47:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:47:11.616Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:47:11.620Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ffaa86ac-eecd-4e31-9a05-18145012235f url= /sdc/v1/artifactTypes
2023-09-28T23:47:11.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:47:11.632Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:47:11.632Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@486fcbb3
2023-09-28T23:47:11.632Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:47:11.632Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:47:11.632Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:47:11.633Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:48:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:48:01.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:48:01.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:48:01.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5b481bd5-3861-4a5a-817b-2c66ae604945 url= /sdc/v1/artifactTypes
2023-09-28T23:48:01.622Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:48:01.630Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:48:01.630Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c722743
2023-09-28T23:48:01.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:48:01.631Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:48:01.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:48:01.631Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:48:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:48:51.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:48:51.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:48:51.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 50269844-d494-4125-8bf0-00d7955be879 url= /sdc/v1/artifactTypes
2023-09-28T23:48:51.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:48:51.629Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:48:51.629Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@995a9fb
2023-09-28T23:48:51.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:48:51.630Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:48:51.630Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:48:51.631Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:49:41.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:49:41.618Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:49:41.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:49:41.625Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2a73d5fd-6819-45f4-bcd2-44cd2924ca73 url= /sdc/v1/artifactTypes
2023-09-28T23:49:41.625Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:49:41.632Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:49:41.632Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7eb2fc32
2023-09-28T23:49:41.633Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:49:41.633Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:49:41.634Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:49:41.634Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:50:31.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:50:31.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:50:31.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:50:31.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4672576d-b820-4704-97b8-0102ddf396cd url= /sdc/v1/artifactTypes
2023-09-28T23:50:31.622Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:50:31.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:50:31.628Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3bfe71d3
2023-09-28T23:50:31.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:50:31.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:50:31.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:50:31.629Z||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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2023-09-28T23:51:21.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:51:21.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:51:21.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:51:21.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 65a2a9c6-b912-4679-aa9c-f03205632020 url= /sdc/v1/artifactTypes
2023-09-28T23:51:21.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:51:21.786Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:51:21.787Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6cd93436
2023-09-28T23:51:21.787Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:51:21.788Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:51:21.788Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:51:21.788Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0a3176b8-d6ca-4e96-8f75-37e52c966d69 url= /sdc/v1/distributionKafkaData
2023-09-28T23:51:21.789Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:51:21.810Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:51:21.810Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2461a097
2023-09-28T23:51:21.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:51:21.811Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:51:21.811Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2023-09-28T23:51:21.812Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found
	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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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: SDC not found
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2023-09-28T23:52:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:52:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:52:11.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:52:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bb9675b5-0a40-4282-aa71-7fbf411a810a url= /sdc/v1/artifactTypes
2023-09-28T23:52:11.622Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:52:11.663Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:52:11.664Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e254de
2023-09-28T23:52:11.664Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:52:11.664Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:52:11.664Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:52:11.665Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 92cd117a-818c-4c4d-87b4-6f424a8e88a6 url= /sdc/v1/distributionKafkaData
2023-09-28T23:52:11.665Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:52:11.690Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:52:11.691Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@292e294d
2023-09-28T23:52:11.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:52:11.692Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:52:11.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2023-09-28T23:52:11.693Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found
	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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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: SDC not found
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2023-09-28T23:53:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:53:01.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:53:01.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:53:01.619Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 487baf3b-21df-40dc-ad4b-4024a7f154a2 url= /sdc/v1/artifactTypes
2023-09-28T23:53:01.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:53:01.644Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:53:01.645Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6051277b
2023-09-28T23:53:01.645Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0976762e-3474-4b3b-9acb-ca910310a8a6 url= /sdc/v1/distributionKafkaData
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:53:01.665Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:53:01.666Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@38ed1e7d
2023-09-28T23:53:01.667Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:53:01.668Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:53:01.668Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2023-09-28T23:53:01.669Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found
	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$$6afc110.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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: SDC not found
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2023-09-28T23:53:51.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:53:51.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:53:51.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:53:51.626Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e01d99db-ba00-4de9-8b0a-93a6ccd6d7ab url= /sdc/v1/artifactTypes
2023-09-28T23:53:51.627Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:53:51.665Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-09-28T23:53:51.678Z||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-09-28T23:53:51.678Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:53:51.679Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 58c604e3-b895-4df8-8f8f-0650338e6582 url= /sdc/v1/distributionKafkaData
2023-09-28T23:53:51.679Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:53:51.707Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-09-28T23:53:51.715Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@39039365
2023-09-28T23:53:51.796Z||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-9cf064b7-11d5-4653-8d8b-b2217759eda0
	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-09-28T23:53:51.922Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Instantiated an idempotent producer.
2023-09-28T23:53:52.031Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-09-28T23:53:52.099Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-09-28T23:53:52.099Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-09-28T23:53:52.099Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1695945232096
2023-09-28T23:53:52.106Z||scheduling-1|||||INFO|500||start DistributionClient
2023-09-28T23:53:52.132Z||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-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e
	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-09-28T23:53:52.228Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-09-28T23:53:52.228Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-09-28T23:53:52.229Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1695945232228
2023-09-28T23:53:52.231Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:53:52.234Z||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-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c
	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-09-28T23:53:52.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:53:52.247Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-09-28T23:53:52.247Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-09-28T23:53:52.247Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1695945232247
2023-09-28T23:53:52.248Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:53:52.250Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:53:52.256Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-09-28T23:53:53.041Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.042Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Cluster ID: _1_kW_3JSPudNerajc4HcA
2023-09-28T23:53:53.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.043Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.043Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.046Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] ProducerId set to 4 with epoch 0
2023-09-28T23:53:53.047Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Cluster ID: _1_kW_3JSPudNerajc4HcA
2023-09-28T23:53:53.047Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Cluster ID: _1_kW_3JSPudNerajc4HcA
2023-09-28T23:53:53.048Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-09-28T23:53:53.048Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-09-28T23:53:53.079Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] (Re-)joining group
2023-09-28T23:53:53.079Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] (Re-)joining group
2023-09-28T23:53:53.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720
2023-09-28T23:53:53.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b
2023-09-28T23:53:53.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:53.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] (Re-)joining group
2023-09-28T23:53:53.130Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:53.130Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] (Re-)joining group
2023-09-28T23:53:59.135Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b', protocol='range'}
2023-09-28T23:53:59.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720', protocol='range'}
2023-09-28T23:53:59.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.266Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720=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-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b=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-09-28T23:53:59.346Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b', protocol='range'}
2023-09-28T23:53:59.346Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720', protocol='range'}
2023-09-28T23:53:59.348Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.348Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.358Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.358Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-09-28T23:53:59.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-09-28T23:53:59.377Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-09-28T23:53:59.377Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-09-28T23:53:59.459Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-09-28T23:53:59.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-09-28T23:53:59.462Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.462Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.475Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.476Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-09-28T23:53:59.476Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-09-28T23:53:59.477Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-09-28T23:53:59.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-09-28T23:53:59.571Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.572Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:54:52.240Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:54:52.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:55:52.240Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:55:52.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:56:52.242Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:56:52.253Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:57:52.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:57:52.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:58:52.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:58:52.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:59:52.245Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:59:52.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:00:52.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:00:52.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:01:52.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:01:52.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:02:52.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:02:52.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:02:53.224Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Node -1 disconnected.
2023-09-29T00:02:53.249Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Node -1 disconnected.
2023-09-29T00:02:53.312Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Node -1 disconnected.
2023-09-29T00:03:52.251Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:03:52.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:04:52.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:04:52.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:05:52.253Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:05:52.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:06:52.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:06:52.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:07:52.255Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:07:52.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:08:52.257Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:08:52.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:09:52.257Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:09:52.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:10:52.258Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:10:52.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:11:52.260Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:11:52.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:12:52.261Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:12:52.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:13:52.262Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:13:52.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:14:52.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:14:52.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:15:52.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:15:52.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:16:52.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:16:52.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:17:52.267Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:17:52.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:18:52.268Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:18:52.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:19:52.269Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:19:52.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:20:52.270Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:20:52.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:21:52.272Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:21:52.274Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:22:52.273Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:22:52.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:23:52.275Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:23:52.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:24:52.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:24:52.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:25:52.278Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:25:52.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:26:52.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:26:52.280Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:27:52.280Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:27:52.282Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:28:52.282Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:28:52.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:29:52.283Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:29:52.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:30:52.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:30:52.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:31:52.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:31:52.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:32:52.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:32:52.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:33:52.288Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:33:52.291Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:34:52.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:34:52.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:35:52.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:35:52.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:36:52.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:36:52.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:37:52.293Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:37:52.294Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:38:52.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:38:52.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:39:52.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:39:52.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:40:52.297Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:40:52.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:41:52.299Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:41:52.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:42:52.301Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:42:52.308Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:43:52.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:43:52.308Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:44:52.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:44:52.309Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:45:52.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:45:52.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:46:52.306Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:46:52.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:47:52.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:47:52.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:48:52.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:48:52.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:49:52.310Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:49:52.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:50:52.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:50:52.312Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:51:52.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:51:52.314Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:52:52.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:52:52.315Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:53:52.315Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:53:52.315Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:54:52.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:54:52.316Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:55:52.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:55:52.317Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:56:52.319Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:56:52.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:57:52.321Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:57:52.321Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:58:29.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-09-29T00:58:29.687Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"53e90aaa-2c5c-4a22-8a7f-8ce353c17d10","serviceName":"basic_onboard_zAyoBb","serviceVersion":"1.0","serviceUUID":"31c37892-8832-4058-a6f8-785042ef68bf","serviceDescription":"service","serviceInvariantUUID":"abb2c79a-07f1-4bf2-b3fc-b98d764eaf25","resources":[{"resourceInstanceName":"basic_onboard_zAyoBb 0","resourceName":"basic_onboard_zAyoBb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0677a6db-b0b7-44ae-9604-4c4aca8a01ed","resourceInvariantUUID":"ea003c72-ac41-4119-95b2-b879e208e4a5","resourceCustomizationUUID":"e057e338-6f70-4418-afcf-83d00a2df654","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml","artifactChecksum":"NjUyMzk2MDdlNGZmMDliMTc0ZDU2ODFmZDdlZTk1Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68952ff8-a698-4fc9-bfd6-8e675b2bcb25","artifactVersion":"1"},{"artifactName":"basic_onboard_zayobb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json","artifactChecksum":"NjBjNTJkMmIxMTZmMTA0NjYyZTA4NzQzMmMxOGNlMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be2ab1fb-92de-4e2d-a5e1-d610f899de6e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a632233b-c991-4647-877f-2475a0d3b926","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23dcdc18-841d-4ac3-bcd3-f3eba14bb020","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45b6f79f-f08b-4c2a-9ac9-23a59386a343","artifactVersion":"2","generatedFromUUID":"a632233b-c991-4647-877f-2475a0d3b926"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZayobb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml","artifactChecksum":"ZWJmMTZjODIwODAzMGQ2MmExN2Y4NjU0MGQ1ZTY5NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"067f6263-e012-41c7-b8d6-e844af3085b0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZayobb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar","artifactChecksum":"ZWJiNGUzN2RlYzUxZTc4MjAyYzU4NzMzMGQyYTJhMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"930fc697-9e28-40be-9667-dd63e696ce73","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T00:58:29.707Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:29.722Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:29.722Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:29.722Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:29.731Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.731Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.731Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.732Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.732Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.732Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:58:29.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949097774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:58:29.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:58:30.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:30.762Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:30.762Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:30.762Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:31.763Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:31.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:31.764Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:31.765Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:32.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:32.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:32.774Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:32.774Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:33.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:33.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:33.776Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:33.776Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:34.776Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:34.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:34.777Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:34.777Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:35.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:35.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:35.778Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:35.779Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:36.780Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "serviceName": "basic_onboard_zAyoBb",
  "serviceVersion": "1.0",
  "serviceUUID": "31c37892-8832-4058-a6f8-785042ef68bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abb2c79a-07f1-4bf2-b3fc-b98d764eaf25",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zAyoBb 0",
      "resourceCustomizationUUID": "e057e338-6f70-4418-afcf-83d00a2df654",
      "resourceName": "basic_onboard_zAyoBb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0677a6db-b0b7-44ae-9604-4c4aca8a01ed",
      "resourceInvariantUUID": "ea003c72-ac41-4119-95b2-b879e208e4a5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zayobb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
          "artifactChecksum": "NjBjNTJkMmIxMTZmMTA0NjYyZTA4NzQzMmMxOGNlMGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be2ab1fb-92de-4e2d-a5e1-d610f899de6e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a632233b-c991-4647-877f-2475a0d3b926",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "45b6f79f-f08b-4c2a-9ac9-23a59386a343",
            "generatedFromUUID": "a632233b-c991-4647-877f-2475a0d3b926"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "45b6f79f-f08b-4c2a-9ac9-23a59386a343",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZayobb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
      "artifactChecksum": "ZWJiNGUzN2RlYzUxZTc4MjAyYzU4NzMzMGQyYTJhMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "930fc697-9e28-40be-9667-dd63e696ce73"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T00:58:36.783Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T00:58:36.784Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 31c37892-8832-4058-a6f8-785042ef68bf ASDC
2023-09-29T00:58:36.921Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
ServiceName:basic_onboard_zAyoBb
ServiceVersion:1.0
ServiceUUID:31c37892-8832-4058-a6f8-785042ef68bf
ServiceInvariantUUID:abb2c79a-07f1-4bf2-b3fc-b98d764eaf25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZayobb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
ArtifactUUID:930fc697-9e28-40be-9667-dd63e696ce73
ArtifactChecksum:ZWJiNGUzN2RlYzUxZTc4MjAyYzU4NzMzMGQyYTJhMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zAyoBb 0
ResourceCustomizationUUID:e057e338-6f70-4418-afcf-83d00a2df654
ResourceInvariantUUID:ea003c72-ac41-4119-95b2-b879e208e4a5
ResourceName:basic_onboard_zAyoBb
ResourceType:VF
ResourceUUID:0677a6db-b0b7-44ae-9604-4c4aca8a01ed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zayobb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
ArtifactUUID:be2ab1fb-92de-4e2d-a5e1-d610f899de6e
ArtifactChecksum:NjBjNTJkMmIxMTZmMTA0NjYyZTA4NzQzMmMxOGNlMGM=
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/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a632233b-c991-4647-877f-2475a0d3b926
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/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
ArtifactUUID:45b6f79f-f08b-4c2a-9ac9-23a59386a343
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/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
ArtifactUUID:45b6f79f-f08b-4c2a-9ac9-23a59386a343
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-09-29T00:58:36.921Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31c37892-8832-4058-a6f8-785042ef68bf 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-09-29T00:58:37.213Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T00:58:37.215Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T00:58:37.216Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T00:58:37.216Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 930fc697-9e28-40be-9667-dd63e696ce73 from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:37.216Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:37.217Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:37.379Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:37.387Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar 930fc697-9e28-40be-9667-dd63e696ce73 75653
2023-09-29T00:58:37.388Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar ASDC sendASDCNotification
2023-09-29T00:58:37.388Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:37.389Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:37.390Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:37.390Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:37.390Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949117387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:38.391Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T00:58:38.392Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T00:58:38.392Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 930fc697-9e28-40be-9667-dd63e696ce73, URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar to file: /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:38.393Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:38.504Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:38.505Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:39.096Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2090089438788722926/Definitions/service-BasicOnboardZayobb-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-09-29T00:58:40.678Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zAyoBb 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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T00:58:40.693Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.695Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.699Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.700Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T00:58:40.702Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T00:58:40.705Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T00:58:40.705Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.705Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is not matching search criteria
2023-09-29T00:58:40.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.711Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T00:58:40.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is not matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=813e8560-6364-4d9a-9e84-09ad84ef7600
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zAyoBb
Description:service
Model UUID:31c37892-8832-4058-a6f8-785042ef68bf
Model Version:NULL
Model InvariantUuid:abb2c79a-07f1-4bf2-b3fc-b98d764eaf25
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zAyoBb
Model UUID:49f58b10-5ee4-45d2-94d4-ae006d5cac8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ea003c72-ac41-4119-95b2-b879e208e4a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e057e338-6f70-4418-afcf-83d00a2df654
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:933edf26-0deb-421b-a9f8-f00ac718635f
ModelName:BasicOnboardZayobb..base_ubuntu18..module-0
ModelUuid:f5cad163-cbb7-414b-8ed3-25b7ace5a614
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:813e8560-6364-4d9a-9e84-09ad84ef7600
ModelInvariantUuid:8f11b11c-f605-4708-bff9-4fa3e8708258
ModelName:basic_onboard_zAyoBb-nodes.ubuntu18Cvfc
ModelUuid:ae5b7dd2-54c8-4601-8e34-83eea72c6cfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:81e7439e-9799-41d6-bc8f-009ddf233051
ModelInvariantUuid:1996c8c6-7fd2-4296-98fd-f8607a020faf
ModelName:BasicOnboardZayobb.compute.nodes.heat.ubuntu18
ModelUuid:65ee0f7e-6893-4484-a1aa-df2e8c374ed2
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-09-29T00:58:40.742Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0677a6db-b0b7-44ae-9604-4c4aca8a01ed
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-09-29T00:58:40.854Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||basic_onboard_zAyoBb 0
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0677a6db-b0b7-44ae-9604-4c4aca8a01ed
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be2ab1fb-92de-4e2d-a5e1-d610f899de6e from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:40.928Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json be2ab1fb-92de-4e2d-a5e1-d610f899de6e 798
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json ASDC sendASDCNotification
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:40.930Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:40.930Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:40.930Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949120929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:41.932Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZayobb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "933edf26-0deb-421b-a9f8-f00ac718635f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5cad163-cbb7-414b-8ed3-25b7ace5a614",
    "vfModuleModelCustomizationUUID": "c176acf3-5899-459b-bdba-469e6d7e2867",
    "isBase": true,
    "artifacts": [
      "a632233b-c991-4647-877f-2475a0d3b926",
      "45b6f79f-f08b-4c2a-9ac9-23a59386a343"
    ],
    "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-09-29T00:58:41.954Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZayobb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5cad163-cbb7-414b-8ed3-25b7ace5a614
VfModuleModelInvariantUUID:933edf26-0deb-421b-a9f8-f00ac718635f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a632233b-c991-4647-877f-2475a0d3b926
,
45b6f79f-f08b-4c2a-9ac9-23a59386a343

}
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-09-29T00:58:41.958Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZayobb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "933edf26-0deb-421b-a9f8-f00ac718635f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5cad163-cbb7-414b-8ed3-25b7ace5a614",
    "vfModuleModelCustomizationUUID": "c176acf3-5899-459b-bdba-469e6d7e2867",
    "isBase": true,
    "artifacts": [
      "a632233b-c991-4647-877f-2475a0d3b926",
      "45b6f79f-f08b-4c2a-9ac9-23a59386a343"
    ],
    "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-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZayobb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5cad163-cbb7-414b-8ed3-25b7ace5a614
VfModuleModelInvariantUUID:933edf26-0deb-421b-a9f8-f00ac718635f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a632233b-c991-4647-877f-2475a0d3b926
,
45b6f79f-f08b-4c2a-9ac9-23a59386a343

}
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-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a632233b-c991-4647-877f-2475a0d3b926 from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:42.026Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml a632233b-c991-4647-877f-2475a0d3b926 5033
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:42.028Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:42.028Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:42.028Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949122027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:43.029Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45b6f79f-f08b-4c2a-9ac9-23a59386a343 from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:43.029Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:43.029Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env 45b6f79f-f08b-4c2a-9ac9-23a59386a343 909
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949123090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:44.092Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 31c37892-8832-4058-a6f8-785042ef68bf
2023-09-29T00:58:44.092Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zAyoBb 0 0677a6db-b0b7-44ae-9604-4c4aca8a01ed 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-09-29T00:58:44.132Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66868c08, org.onap.sdc.toscaparser.api.parameters.Input@297a36f3, org.onap.sdc.toscaparser.api.parameters.Input@7559a75, org.onap.sdc.toscaparser.api.parameters.Input@5149d77d, org.onap.sdc.toscaparser.api.parameters.Input@3fde790]
2023-09-29T00:58:44.137Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.137Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e057e338-6f70-4418-afcf-83d00a2df654
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e057e338-6f70-4418-afcf-83d00a2df654 matches Tosca VF Customization UUID: e057e338-6f70-4418-afcf-83d00a2df654
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e057e338-6f70-4418-afcf-83d00a2df654  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-09-29T00:58:44.153Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.153Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e057e338-6f70-4418-afcf-83d00a2df654: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@172ec59
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T00:58:44.160Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c176acf3-5899-459b-bdba-469e6d7e2867
2023-09-29T00:58:44.161Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c176acf3-5899-459b-bdba-469e6d7e2867
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-09-29T00:58:44.182Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.182Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.183Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:44.183Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is not matching search criteria
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-09-29T00:58:44.185Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-09-29T00:58:44.185Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=813e8560-6364-4d9a-9e84-09ad84ef7600
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-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.200Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.200Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=e057e338-6f70-4418-afcf-83d00a2df654
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-09-29T00:58:44.202Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.203Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.205Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 31c37892-8832-4058-a6f8-785042ef68bf: basic_onboard_zAyoBb
2023-09-29T00:58:44.205Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.205Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zAyoBb 
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-09-29T00:58:44.536Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zAyoBb 0677a6db-b0b7-44ae-9604-4c4aca8a01ed 1 ASDC deployResourceStructure
2023-09-29T00:58:44.536Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json ASDC sendASDCNotification
2023-09-29T00:58:44.537Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:44.537Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:44.538Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:44.538Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:44.538Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949124536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:45.541Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:45.541Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949125539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:46.544Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949126543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:47.545Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar ASDC sendASDCNotification
2023-09-29T00:58:47.546Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:47.546Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:47.547Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:47.547Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:47.547Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949127545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:48.550Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T00:58:48.596Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:58:48.599Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T00:58:48.600Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T00:58:48.600Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T00:58:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:52.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:58:52.252Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949099301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:18.600Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T00:59:18.624Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:59:18.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T00:59:18.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T00:59:18.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T00:59:48.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T00:59:48.641Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:59:48.644Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T00:59:48.645Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T00:59:48.645Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T00:59:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:59:52.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.253Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949089427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949106191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949050718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949097774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949089427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949106191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949099301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949050718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949097774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949089427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949106191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949099301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949050718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949097774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949089427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949106191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949099301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949050718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949097774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949089427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949106191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949099301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949050718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949097774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949089427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949106191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949099301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949050718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949097774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949089427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949106191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949099301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949072321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949050718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949117226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949117249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949116718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949116996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949117537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949117387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949118241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949118594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T00:59:52.287Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T00:59:52.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949118128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.300Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949119245,
  "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-09-29T00:59:52.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T00:59:52.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.317Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949119215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.318Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949120431,
  "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-09-29T00:59:52.325Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.325Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T00:59:52.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.334Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949120929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949120697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949121433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949121699,
  "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-09-29T00:59:52.343Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.343Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949122027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949123090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949124536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949125539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949126543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949127545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T00:59:52.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:00:18.645Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:00:18.660Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:00:18.674Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:00:18.674Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:00:18.674Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:00:48.675Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:00:48.697Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:00:48.707Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:00:48.707Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:00:48.711Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:00:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:00:52.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:00:52.251Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949138436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:00:52.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:00:52.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:00:52.252Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949139441,
  "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-09-29T01:00:52.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T01:00:52.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T01:01:18.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:01:18.744Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||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-09-29T01:01:18.767Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:01:48.768Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T01:01:48.794Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 and serviceModelVersionId: 31c37892-8832-4058-a6f8-785042ef68bf
2023-09-29T01:01:48.795Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abb2c79a-07f1-4bf2-b3fc-b98d764eaf25
2023-09-29T01:01:52.250Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:02:07.693Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0
2023-09-29T01:02:07.809Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:02:08.377Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|INFO|500||Invoke
2023-09-29T01:02:08.383Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53e90aaa-2c5c-4a22-8a7f-8ce353c17d10], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23a4368b-cd42-4aeb-88b2-b6511cf82686], X-ECOMP-RequestID=[53e90aaa-2c5c-4a22-8a7f-8ce353c17d10], X-TransactionId=[], X-ONAP-RequestID=[53e90aaa-2c5c-4a22-8a7f-8ce353c17d10], Content-Type=[application/merge-patch+json]}
2023-09-29T01:02:08.409Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:02:08.696Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?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/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:02:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[260], vertex-id=[209136], x-aai-txid=[0-aai-resources-230929-01:02:08:707-18105], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:02:08.699Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:02:08.700Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|INFO|500||InvokeReturn
2023-09-29T01:02:08.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:02:08.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||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-09-29T01:02:08.718Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||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-09-29T01:02:08.720Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:02:08.721Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:02:08.723Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:02:08.723Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:02:08.723Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949328720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:02:08.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:02:08.738Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949328720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:02:08.739Z||pool-2-thread-10|||||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-09-29T01:02:09.741Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:02:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:03:09.742Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:03:52.251Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:09.743Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:04:24.309Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-09-29T01:04:24.309Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"d44b0623-268b-4e4a-9051-b085883ec3a1","serviceName":"vFW 2023-09-29 01-03-35","serviceVersion":"1.0","serviceUUID":"2e53a98b-95df-4223-9fad-997bfbd45a55","serviceDescription":"catalog service description","serviceInvariantUUID":"6bdc8812-e59c-4631-a5b3-eedee408e79e","resources":[{"resourceInstanceName":"vFW 964d1d4f-a433 0","resourceName":"vFW 964d1d4f-a433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a3bd43a-d592-4c05-b753-9ef24e1f1fe9","resourceInvariantUUID":"6116ecd9-c9bb-4818-859a-f7c63db7460e","resourceCustomizationUUID":"128c0084-1e97-4525-b44b-bdad0c4ff0a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml","artifactChecksum":"NzdiMDk1OGJhZjUxMWI0MGY0ZGM0NWFjMGE4ZDZhNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36ad93d9-4913-40b3-8b2c-9770d3e601b9","artifactVersion":"1"},{"artifactName":"vfw964d1d4fa4330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json","artifactChecksum":"MGY5NzY3NGY5NGIwOTIwMWMwMmIxMzVhYzMzZDI1MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e62042d9-cb15-40e6-930f-8b2ba936434a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a967651-f672-4c26-a78e-34ae7c2ed739","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml","artifactChecksum":"OGY3ZDg0YjY4ODY1MWViOGNhZDU5ZjYwNTAzNTY0Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ea43f53-74a1-4626-92ea-42cb5c5f0d82","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"664dcafb-0bf0-41c9-bb0d-83351bcc0925","artifactVersion":"2","generatedFromUUID":"1a967651-f672-4c26-a78e-34ae7c2ed739"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230929010335-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml","artifactChecksum":"YjIyNmVkMzUyNzczNmVlZTI3MjUzYjgyZWM5Y2IwODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cae3e2c-7424-4f53-89dc-e80d807961a2","artifactVersion":"1"},{"artifactName":"service-Vfw20230929010335-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar","artifactChecksum":"NTczYmNhNzE3YmZiY2Y3ODkzYmNmMWI2MGY2MDE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45be5508-0587-456a-ad39-797f161649b7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:04:24.313Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:24.313Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:24.313Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:24.314Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:24.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:24.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:04:24.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:04:24.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:24.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949459301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:04:24.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:04:25.314Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:25.315Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:25.315Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:25.316Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:26.316Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:26.317Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:26.317Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:26.317Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:27.318Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:27.318Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:27.318Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:27.319Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:28.319Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:28.320Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:28.320Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:28.320Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:30.322Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:30.323Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:30.323Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:30.323Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:31.325Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "serviceName": "vFW 2023-09-29 01-03-35",
  "serviceVersion": "1.0",
  "serviceUUID": "2e53a98b-95df-4223-9fad-997bfbd45a55",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6bdc8812-e59c-4631-a5b3-eedee408e79e",
  "resources": [
    {
      "resourceInstanceName": "vFW 964d1d4f-a433 0",
      "resourceCustomizationUUID": "128c0084-1e97-4525-b44b-bdad0c4ff0a2",
      "resourceName": "vFW 964d1d4f-a433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3a3bd43a-d592-4c05-b753-9ef24e1f1fe9",
      "resourceInvariantUUID": "6116ecd9-c9bb-4818-859a-f7c63db7460e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw964d1d4fa4330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
          "artifactChecksum": "MGY5NzY3NGY5NGIwOTIwMWMwMmIxMzVhYzMzZDI1MDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e62042d9-cb15-40e6-930f-8b2ba936434a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1a967651-f672-4c26-a78e-34ae7c2ed739",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "664dcafb-0bf0-41c9-bb0d-83351bcc0925",
            "generatedFromUUID": "1a967651-f672-4c26-a78e-34ae7c2ed739"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "664dcafb-0bf0-41c9-bb0d-83351bcc0925",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230929010335-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
      "artifactChecksum": "NTczYmNhNzE3YmZiY2Y3ODkzYmNmMWI2MGY2MDE4YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45be5508-0587-456a-ad39-797f161649b7"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T01:04:31.326Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:04:31.326Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2e53a98b-95df-4223-9fad-997bfbd45a55 ASDC
2023-09-29T01:04:31.326Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d44b0623-268b-4e4a-9051-b085883ec3a1
ServiceName:vFW 2023-09-29 01-03-35
ServiceVersion:1.0
ServiceUUID:2e53a98b-95df-4223-9fad-997bfbd45a55
ServiceInvariantUUID:6bdc8812-e59c-4631-a5b3-eedee408e79e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230929010335-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
ArtifactUUID:45be5508-0587-456a-ad39-797f161649b7
ArtifactChecksum:NTczYmNhNzE3YmZiY2Y3ODkzYmNmMWI2MGY2MDE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 964d1d4f-a433 0
ResourceCustomizationUUID:128c0084-1e97-4525-b44b-bdad0c4ff0a2
ResourceInvariantUUID:6116ecd9-c9bb-4818-859a-f7c63db7460e
ResourceName:vFW 964d1d4f-a433
ResourceType:VF
ResourceUUID:3a3bd43a-d592-4c05-b753-9ef24e1f1fe9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw964d1d4fa4330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
ArtifactUUID:e62042d9-cb15-40e6-930f-8b2ba936434a
ArtifactChecksum:MGY5NzY3NGY5NGIwOTIwMWMwMmIxMzVhYzMzZDI1MDY=
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/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
ArtifactUUID:1a967651-f672-4c26-a78e-34ae7c2ed739
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/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
ArtifactUUID:664dcafb-0bf0-41c9-bb0d-83351bcc0925
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/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
ArtifactUUID:664dcafb-0bf0-41c9-bb0d-83351bcc0925
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-09-29T01:04:31.326Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e53a98b-95df-4223-9fad-997bfbd45a55 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-09-29T01:04:31.365Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:04:31.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T01:04:31.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T01:04:31.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45be5508-0587-456a-ad39-797f161649b7 from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:31.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:31.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:31.442Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar 45be5508-0587-456a-ad39-797f161649b7 101427
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar ASDC sendASDCNotification
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:31.444Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:31.444Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:31.444Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949471443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:32.445Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:04:32.445Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T01:04:32.445Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 45be5508-0587-456a-ad39-797f161649b7, URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar to file: /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.446Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.446Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.446Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.748Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8389601223952716473/Definitions/service-Vfw20230929010335-template.yml
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
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_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
2023-09-29T01:04:34.760Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 964d1d4f-a433 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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T01:04:34.765Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:04:34.765Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.765Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:34.772Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.772Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4507640-fc8a-4386-b9ec-0b59ddf965de
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=16f167a3-4692-4b8a-ad60-1c99781681ff
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d2861f-0e72-4f54-bb5b-786fc18da42e
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-09-29 01-03-35
Description:catalog service description
Model UUID:2e53a98b-95df-4223-9fad-997bfbd45a55
Model Version:NULL
Model InvariantUuid:6bdc8812-e59c-4631-a5b3-eedee408e79e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 964d1d4f-a433
Model UUID:f5dea071-b1aa-4878-85d6-84ee8c865309
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6116ecd9-c9bb-4818-859a-f7c63db7460e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:128c0084-1e97-4525-b44b-bdad0c4ff0a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8e0f2344-7578-4a24-a913-83d05e55e7e0
ModelName:Vfw964d1d4fA433..base_vfw..module-0
ModelUuid:5fe66eb9-5b8b-4875-bf37-4638c0d749e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4507640-fc8a-4386-b9ec-0b59ddf965de
ModelInvariantUuid:d08d3a98-acc5-4015-877c-90119f241e48
ModelName:vFW 964d1d4f-a433-nodes.vfwCvfc
ModelUuid:0c74b4ce-58a8-40fd-991f-413e5a1a3115
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4e70639d-65e9-4eb3-b549-8a34bb5ea28a
ModelInvariantUuid:aab1c6b7-da40-44a7-9bf8-0570ef27c10d
ModelName:Vfw964d1d4fA433.compute.nodes.heat.vfw
ModelUuid:0b5a5dcc-d1fc-4a12-b045-c327b673c802
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16f167a3-4692-4b8a-ad60-1c99781681ff
ModelInvariantUuid:a259bcd3-76ad-4756-ab36-35d48e6b56f9
ModelName:vFW 964d1d4f-a433-nodes.vsnCvfc
ModelUuid:b3540839-80f6-4574-9a81-bf6c156cdf2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0f99ae50-3f7f-48ca-802e-5dd82ab31ac9
ModelInvariantUuid:0a571857-0678-429e-a7c9-c88671e8fc2d
ModelName:Vfw964d1d4fA433.compute.nodes.heat.vsn
ModelUuid:3e8e82ff-6a58-449d-bfca-0b0f684ba488
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b2d2861f-0e72-4f54-bb5b-786fc18da42e
ModelInvariantUuid:94c486c1-745c-4e16-bd80-e2fd92b28019
ModelName:vFW 964d1d4f-a433-nodes.vpgCvfc
ModelUuid:fe2dd715-fa49-4492-8454-d6589475aea8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ead8d440-c1e8-4a5c-9d45-dde1806834c9
ModelInvariantUuid:0e16fcb2-f903-4652-a68e-116cb614121c
ModelName:Vfw964d1d4fA433.compute.nodes.heat.vpg
ModelUuid:4de25e71-bf88-473c-828e-1234609c6db5
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-09-29T01:04:34.795Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9
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-09-29T01:04:34.799Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||vFW 964d1d4f-a433 0
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e62042d9-cb15-40e6-930f-8b2ba936434a from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:34.876Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:34.877Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json e62042d9-cb15-40e6-930f-8b2ba936434a 785
2023-09-29T01:04:34.877Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json ASDC sendASDCNotification
2023-09-29T01:04:34.877Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949474877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:35.879Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw964d1d4fA433..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8e0f2344-7578-4a24-a913-83d05e55e7e0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fe66eb9-5b8b-4875-bf37-4638c0d749e3",
    "vfModuleModelCustomizationUUID": "dd42cfed-1187-4289-9fea-08df5f2b0ebc",
    "isBase": true,
    "artifacts": [
      "1a967651-f672-4c26-a78e-34ae7c2ed739",
      "664dcafb-0bf0-41c9-bb0d-83351bcc0925"
    ],
    "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-09-29T01:04:35.884Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw964d1d4fA433..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fe66eb9-5b8b-4875-bf37-4638c0d749e3
VfModuleModelInvariantUUID:8e0f2344-7578-4a24-a913-83d05e55e7e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a967651-f672-4c26-a78e-34ae7c2ed739
,
664dcafb-0bf0-41c9-bb0d-83351bcc0925

}
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-09-29T01:04:35.886Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw964d1d4fA433..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8e0f2344-7578-4a24-a913-83d05e55e7e0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fe66eb9-5b8b-4875-bf37-4638c0d749e3",
    "vfModuleModelCustomizationUUID": "dd42cfed-1187-4289-9fea-08df5f2b0ebc",
    "isBase": true,
    "artifacts": [
      "1a967651-f672-4c26-a78e-34ae7c2ed739",
      "664dcafb-0bf0-41c9-bb0d-83351bcc0925"
    ],
    "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-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw964d1d4fA433..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fe66eb9-5b8b-4875-bf37-4638c0d749e3
VfModuleModelInvariantUUID:8e0f2344-7578-4a24-a913-83d05e55e7e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a967651-f672-4c26-a78e-34ae7c2ed739
,
664dcafb-0bf0-41c9-bb0d-83351bcc0925

}
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-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a967651-f672-4c26-a78e-34ae7c2ed739 from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:35.964Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:35.965Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml 1a967651-f672-4c26-a78e-34ae7c2ed739 20368
2023-09-29T01:04:35.965Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-09-29T01:04:35.965Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949475965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:36.967Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 664dcafb-0bf0-41c9-bb0d-83351bcc0925 from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:36.967Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:36.967Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:37.039Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:37.040Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env 664dcafb-0bf0-41c9-bb0d-83351bcc0925 2098
2023-09-29T01:04:37.040Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env ASDC sendASDCNotification
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949477040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:38.042Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2e53a98b-95df-4223-9fad-997bfbd45a55
2023-09-29T01:04:38.042Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 964d1d4f-a433 0 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9 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-09-29T01:04:38.067Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ceb5eec, org.onap.sdc.toscaparser.api.parameters.Input@58b58eaf, org.onap.sdc.toscaparser.api.parameters.Input@197f4e8c, org.onap.sdc.toscaparser.api.parameters.Input@4ab82757, org.onap.sdc.toscaparser.api.parameters.Input@7c120cd2]
2023-09-29T01:04:38.069Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.069Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.069Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-09-29T01:04:38.070Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 128c0084-1e97-4525-b44b-bdad0c4ff0a2
2023-09-29T01:04:38.070Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 128c0084-1e97-4525-b44b-bdad0c4ff0a2 matches Tosca VF Customization UUID: 128c0084-1e97-4525-b44b-bdad0c4ff0a2
2023-09-29T01:04:38.070Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 128c0084-1e97-4525-b44b-bdad0c4ff0a2  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-09-29T01:04:38.073Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.073Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.074Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 128c0084-1e97-4525-b44b-bdad0c4ff0a2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-09-29T01:04:38.074Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6047110e
2023-09-29T01:04:38.074Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.075Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:04:38.075Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd42cfed-1187-4289-9fea-08df5f2b0ebc
2023-09-29T01:04:38.075Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd42cfed-1187-4289-9fea-08df5f2b0ebc
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-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:38.083Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.083Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4507640-fc8a-4386-b9ec-0b59ddf965de
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-09-29T01:04:38.085Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.089Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:38.089Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.089Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=16f167a3-4692-4b8a-ad60-1c99781681ff
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-09-29T01:04:38.091Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.091Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.092Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.095Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.095Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.098Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.098Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-09-29T01:04:38.098Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d2861f-0e72-4f54-bb5b-786fc18da42e
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-09-29T01:04:38.101Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.101Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.101Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.102Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.102Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.102Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=128c0084-1e97-4525-b44b-bdad0c4ff0a2
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-09-29T01:04:38.104Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.104Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2e53a98b-95df-4223-9fad-997bfbd45a55: vFW 964d1d4f-a433
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.107Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:04:38.107Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.107Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-09-29 01-03-35 
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-09-29T01:04:38.363Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 964d1d4f-a433 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9 1 ASDC deployResourceStructure
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json ASDC sendASDCNotification
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:38.365Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949478364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:39.365Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949479365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:40.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env ASDC sendASDCNotification
2023-09-29T01:04:40.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:40.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:40.368Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:40.368Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:40.368Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949480367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:41.369Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar ASDC sendASDCNotification
2023-09-29T01:04:41.369Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949481369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:42.371Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:04:42.387Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:04:42.389Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:04:42.390Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:04:42.390Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:04:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:52.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:52.251Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949450260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949457774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:12.390Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:05:12.403Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:05:12.406Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:05:12.407Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:05:12.407Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:05:42.407Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:05:42.431Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:05:42.434Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:05:42.434Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:05:42.434Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:05:52.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:05:52.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.264Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949419618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949452454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949459301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949457774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949450260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949419618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949452454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949459301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949457774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949450260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949419618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949452454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949459301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949457774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949450260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949419618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949452454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949457774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949459301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949419618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949450260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949452454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949459301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949457774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949450260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949419618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949452454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949449743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949459301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949457774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949450260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949419618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949452454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949471716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.285Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949471949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949471158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949471443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949471470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949472720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949472957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:05:52.298Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.299Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:05:52.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.316Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949472595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.317Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949473721,
  "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-09-29T01:05:52.325Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.325Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:05:52.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949473676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949474363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949474715,
  "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-09-29T01:05:52.346Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.346Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:05:52.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949474877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949475365,
  "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-09-29T01:05:52.363Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.363Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:05:52.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949475723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949475965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949477040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949478364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949479365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949480367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949481369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949491614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:05:52.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:06:12.435Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:06:12.451Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:06:12.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:06:12.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:06:12.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:06:42.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:06:42.474Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:06:42.481Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:06:42.482Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:06:42.482Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:06:52.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:06:52.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:06:52.252Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949492617,
  "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-09-29T01:06:52.264Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:06:52.265Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:07:12.482Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:07:12.494Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:07:12.497Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:07:12.497Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:07:12.497Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||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-09-29T01:07:12.505Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:07:42.505Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:07:42.513Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d44b0623-268b-4e4a-9051-b085883ec3a1 and serviceModelVersionId: 2e53a98b-95df-4223-9fad-997bfbd45a55
2023-09-29T01:07:42.513Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bdc8812-e59c-4631-a5b3-eedee408e79e
2023-09-29T01:07:42.515Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0
2023-09-29T01:07:42.524Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:07:42.594Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|INFO|500||Invoke
2023-09-29T01:07:42.595Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d44b0623-268b-4e4a-9051-b085883ec3a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e991edfe-8557-4d91-9cf8-7eafe3f49ccb], X-ECOMP-RequestID=[d44b0623-268b-4e4a-9051-b085883ec3a1], X-TransactionId=[], X-ONAP-RequestID=[d44b0623-268b-4e4a-9051-b085883ec3a1], Content-Type=[application/merge-patch+json]}
2023-09-29T01:07:42.604Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:07:42.730Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?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/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:07:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[205048], x-aai-txid=[2-aai-resources-230929-01:07:42:912-19672], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:07:42.730Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:07:42.731Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|INFO|500||InvokeReturn
2023-09-29T01:07:42.732Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:07:42.732Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||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-09-29T01:07:42.740Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||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-09-29T01:07:42.740Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d44b0623-268b-4e4a-9051-b085883ec3a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949662740,
  "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-09-29T01:07:43.756Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:07:52.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:07:52.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:07:52.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949662740,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:07:52.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:08:43.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:08:52.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:09:43.758Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:09:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:10:43.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:10:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:11:43.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:11:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:12:43.766Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:12:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:30.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:13:30.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"a9cf25da-809e-4667-b107-467c637261be","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3e86e161-923c-4c25-a659-aff34b53f624","serviceDescription":"service","serviceInvariantUUID":"0dfd9ecd-ad1a-4342-b59e-34c9c6224757","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bd0bb1b4-bce0-4d79-9caf-378ef1ee2c34","resourceInvariantUUID":"4440f880-5dba-41ee-96cf-25ff79f09934","resourceCustomizationUUID":"13a7f119-5d10-4ddf-a7eb-75a892a7b255","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":"ZjgwNTc3MGU1M2YwYTZmZWNlMGNmNjc0NzYwNWJiNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e3158e6-76e9-41c8-baf1-01673aacd8e7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGQ5ZWMyYWIyOWZkMjVjOTVmZDI0YWQwNGNhZWYxZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4b70dab-effc-4a2c-bd8d-f78fb8200dc8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:13:30.748Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:13:30.749Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:13:30.750Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:13:30.750Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949963766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:30.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:13:30.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949984743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:13:30.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:13:31.754Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:13:31.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:13:31.755Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:13:31.755Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949963766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:32.756Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3e86e161-923c-4c25-a659-aff34b53f624",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0dfd9ecd-ad1a-4342-b59e-34c9c6224757",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "13a7f119-5d10-4ddf-a7eb-75a892a7b255",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bd0bb1b4-bce0-4d79-9caf-378ef1ee2c34",
      "resourceInvariantUUID": "4440f880-5dba-41ee-96cf-25ff79f09934",
      "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": "NGQ5ZWMyYWIyOWZkMjVjOTVmZDI0YWQwNGNhZWYxZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4b70dab-effc-4a2c-bd8d-f78fb8200dc8"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T01:13:32.757Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:13:32.757Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e86e161-923c-4c25-a659-aff34b53f624 ASDC
2023-09-29T01:13:32.758Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a9cf25da-809e-4667-b107-467c637261be
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3e86e161-923c-4c25-a659-aff34b53f624
ServiceInvariantUUID:0dfd9ecd-ad1a-4342-b59e-34c9c6224757
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:f4b70dab-effc-4a2c-bd8d-f78fb8200dc8
ArtifactChecksum:NGQ5ZWMyYWIyOWZkMjVjOTVmZDI0YWQwNGNhZWYxZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:13a7f119-5d10-4ddf-a7eb-75a892a7b255
ResourceInvariantUUID:4440f880-5dba-41ee-96cf-25ff79f09934
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bd0bb1b4-bce0-4d79-9caf-378ef1ee2c34
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-09-29T01:13:32.759Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e86e161-923c-4c25-a659-aff34b53f624 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-09-29T01:13:32.798Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:13:32.799Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-09-29T01:13:32.799Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-09-29T01:13:32.800Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f4b70dab-effc-4a2c-bd8d-f78fb8200dc8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-09-29T01:13:32.800Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-09-29T01:13:32.800Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-09-29T01:13:32.864Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-09-29T01:13:32.865Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f4b70dab-effc-4a2c-bd8d-f78fb8200dc8 57787
2023-09-29T01:13:32.865Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-09-29T01:13:32.865Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-09-29T01:13:32.866Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:13:32.866Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:13:32.866Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:13:32.867Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950012865,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:33.868Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:13:33.868Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-09-29T01:13:33.869Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f4b70dab-effc-4a2c-bd8d-f78fb8200dc8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:33.869Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-09-29T01:13:33.870Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:33.870Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.032Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17172032723179733689/Definitions/service-BasicNetwork-template.yml
2023-09-29T01:13:34.415Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:13:34.416Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-09-29T01:13:34.416Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.416Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-09-29T01:13:34.419Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.419Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.419Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-09-29T01:13:34.420Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-09-29T01:13:34.420Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:13:34.420Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.421Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.421Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-09-29T01:13:34.421Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-09-29T01:13:34.421Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:13:34.421Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.422Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.422Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.423Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.424Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.425Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.425Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.425Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.425Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.426Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.426Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3e86e161-923c-4c25-a659-aff34b53f624
Model Version:NULL
Model InvariantUuid:0dfd9ecd-ad1a-4342-b59e-34c9c6224757
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4440f880-5dba-41ee-96cf-25ff79f09934
Model UUID:2ad371b2-c0fd-4f28-805f-98f2b1dc54ac
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:13a7f119-5d10-4ddf-a7eb-75a892a7b255
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-09-29T01:13:34.437Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: bd0bb1b4-bce0-4d79-9caf-378ef1ee2c34
2023-09-29T01:13:34.437Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||No resources found for Service: 3e86e161-923c-4c25-a659-aff34b53f624
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-09-29T01:13:34.444Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||
2023-09-29T01:13:34.445Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-09-29T01:13:34.446Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3e86e161-923c-4c25-a659-aff34b53f624
2023-09-29T01:13:34.446Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3e86e161-923c-4c25-a659-aff34b53f624
2023-09-29T01:13:34.447Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-09-29T01:13:34.447Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-09-29T01:13:34.456Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5219d891, org.onap.sdc.toscaparser.api.parameters.Input@5d924da4, org.onap.sdc.toscaparser.api.parameters.Input@2f822be, org.onap.sdc.toscaparser.api.parameters.Input@664ca37f, org.onap.sdc.toscaparser.api.parameters.Input@7a0d2277]
2023-09-29T01:13:34.458Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.459Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.459Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.459Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.460Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3e86e161-923c-4c25-a659-aff34b53f624: Generic NeutronNet
2023-09-29T01:13:34.460Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.460Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.461Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.461Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-09-29T01:13:34.509Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.510Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.510Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.510Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.511Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:13:34.511Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:13:34.511Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||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-09-29T01:13:34.586Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-09-29T01:13:34.587Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-09-29T01:13:34.587Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.588Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:13:34.588Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:13:34.588Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:13:34.589Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950014587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:35.591Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:13:35.615Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
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-09-29T01:13:35.617Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:13:35.617Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:13:35.617Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:13:52.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:52.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:13:52.251Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949999302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:13:52.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:13:52.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:13:52.253Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949963766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:13:52.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:13:52.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:13:52.253Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949997774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:13:52.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:13:52.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:13:52.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:13:52.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:05.618Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:14:05.629Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
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-09-29T01:14:05.631Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:14:05.632Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:14:05.632Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:14:35.632Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:14:35.651Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
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-09-29T01:14:35.653Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:14:35.653Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:14:35.653Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:14:52.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:14:52.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.255Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949953972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:14:52.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.258Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695949984743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:14:52.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.259Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "aai-model-loader",
  "timestamp": 1695949999302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:14:52.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.260Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695949997774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:14:52.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.261Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695949963766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:14:52.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.263Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695949953972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:14:52.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.264Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695949986757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:14:52.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.265Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950012865,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:14:52.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.265Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950012591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:14:52.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.266Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950013184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:14:52.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.266Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950013398,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:14:52.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950013194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:14:52.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950014188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:14:52.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950014419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:14:52.293Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9cf25da-809e-4667-b107-467c637261be
2023-09-29T01:14:52.294Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9cf25da-809e-4667-b107-467c637261be and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:14:52.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.317Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950014174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:14:52.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.318Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950014587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:14:52.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950015189,
  "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-09-29T01:14:52.329Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9cf25da-809e-4667-b107-467c637261be
2023-09-29T01:14:52.329Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9cf25da-809e-4667-b107-467c637261be 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-09-29T01:14:52.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.345Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950015176,
  "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-09-29T01:14:52.351Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9cf25da-809e-4667-b107-467c637261be
2023-09-29T01:14:52.351Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9cf25da-809e-4667-b107-467c637261be 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-09-29T01:14:52.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.389Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950019810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:14:52.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:14:52.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:14:52.389Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950020813,
  "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-09-29T01:14:52.399Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9cf25da-809e-4667-b107-467c637261be
2023-09-29T01:14:52.399Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9cf25da-809e-4667-b107-467c637261be 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-09-29T01:15:05.654Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:15:05.669Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9cf25da-809e-4667-b107-467c637261be
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-09-29T01:15:05.672Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:15:05.672Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:15:05.672Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:15:05.673Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:15:05.673Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:15:05.673Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:15:05.673Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:15:05.673Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:15:05.673Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:15:05.673Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:15:05.680Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:15:35.681Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9cf25da-809e-4667-b107-467c637261be 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-09-29T01:15:35.688Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9cf25da-809e-4667-b107-467c637261be and serviceModelVersionId: 3e86e161-923c-4c25-a659-aff34b53f624
2023-09-29T01:15:35.688Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0dfd9ecd-ad1a-4342-b59e-34c9c6224757
2023-09-29T01:15:35.690Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0dfd9ecd-ad1a-4342-b59e-34c9c6224757/model-vers/model-ver/3e86e161-923c-4c25-a659-aff34b53f624?depth=0
2023-09-29T01:15:35.700Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:15:35.788Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0dfd9ecd-ad1a-4342-b59e-34c9c6224757/model-vers/model-ver/3e86e161-923c-4c25-a659-aff34b53f624?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-09-29T01:15:35.791Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0dfd9ecd-ad1a-4342-b59e-34c9c6224757/model-vers/model-ver/3e86e161-923c-4c25-a659-aff34b53f624?depth=0|INFO|500||Invoke
2023-09-29T01:15:35.799Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0dfd9ecd-ad1a-4342-b59e-34c9c6224757/model-vers/model-ver/3e86e161-923c-4c25-a659-aff34b53f624?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:15:35.911Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0dfd9ecd-ad1a-4342-b59e-34c9c6224757/model-vers/model-ver/3e86e161-923c-4c25-a659-aff34b53f624?depth=0|INFO|500||InvokeReturn
2023-09-29T01:15:35.912Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0dfd9ecd-ad1a-4342-b59e-34c9c6224757/model-vers/model-ver/3e86e161-923c-4c25-a659-aff34b53f624?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:15:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[106], vertex-id=[217336], x-aai-txid=[0-aai-resources-230929-01:15:36:128-26793], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:15:35.913Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:15:35.913Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:15:35.913Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||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-09-29T01:15:35.920Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-29T01:15:35.920Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9cf25da-809e-4667-b107-467c637261be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:15:35.921Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:15:35.921Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:35.922Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:35.922Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950135920,
  "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-09-29T01:15:36.938Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:15:36.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-09-29T01:15:36.950Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b6350974-6ba4-4839-9c7a-54b6ee60a960","serviceName":"Demo_pNF_A2hjwx9c1P5r8pOXPcBX","serviceVersion":"1.0","serviceUUID":"4c45d863-bfe9-4e9c-b042-150897c498d5","serviceDescription":"catalog service description","serviceInvariantUUID":"6d1270a7-06a0-4545-b59a-cca1300a9acb","resources":[{"resourceInstanceName":"pNF 5e56af95-a275 0","resourceName":"pNF 5e56af95-a275","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cbe278be-721b-42f1-87ca-a459af246ad9","resourceInvariantUUID":"d1d6d1e5-8b0a-4aac-acf5-f191152f566e","resourceCustomizationUUID":"4c916451-285f-40d1-871f-6dab0728aa20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml","artifactChecksum":"MjU0ZjU5MmViMWJjZWIzZmNmMmI2NTM4ZTg1ZGQ1YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7b948f2-bdf3-494c-9c2b-b695cb4ec5b2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar","artifactChecksum":"OGM3ZDUzOTczYmNjYTI0NTk0ODI2NzVkY2I2Y2E1MmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb001b46-53af-4dd8-bed3-bced13cf4ae3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e01b703-7f8f-45d7-a4a1-985fcbe78b6f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml","artifactChecksum":"MmFiZWUyMDU2OTgyZmM2MDIxNzg5ZGY5YzZhZDg4ODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2c8404c-717f-4694-ae83-1f4340bd1e00","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3009621-feae-4e7d-95a5-d0d55451cf85","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8e39e44-6514-46f1-b5c4-30ab6ac7d6b2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml","artifactChecksum":"OWFiODkzYWI2OWE2YjdlY2VkOTIwZTQyYTM2ZDEyNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8315f3cc-c2f1-45e1-aba9-58f1c797e80b","artifactVersion":"1"},{"artifactName":"service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar","artifactChecksum":"ZGFhYmI3MDAwZjFkMTNmNmEwMWE5MmZjNDRiYzZiYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4074c12f-4839-48f4-b12b-e1ed4901fe3d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:15:36.952Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:36.953Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:36.953Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:36.953Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:37.954Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:37.955Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:37.955Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:37.955Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:38.956Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:38.957Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:38.957Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:38.958Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:39.959Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:39.960Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:39.960Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:39.960Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:40.962Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:40.962Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:40.962Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:40.962Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:41.964Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:41.965Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:41.965Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:41.965Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:42.967Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:42.967Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:42.967Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:42.968Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:43.969Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:15:43.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:43.970Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:43.970Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:44.972Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "serviceName": "Demo_pNF_A2hjwx9c1P5r8pOXPcBX",
  "serviceVersion": "1.0",
  "serviceUUID": "4c45d863-bfe9-4e9c-b042-150897c498d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6d1270a7-06a0-4545-b59a-cca1300a9acb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5e56af95-a275 0",
      "resourceCustomizationUUID": "4c916451-285f-40d1-871f-6dab0728aa20",
      "resourceName": "pNF 5e56af95-a275",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cbe278be-721b-42f1-87ca-a459af246ad9",
      "resourceInvariantUUID": "d1d6d1e5-8b0a-4aac-acf5-f191152f566e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
      "artifactChecksum": "ZGFhYmI3MDAwZjFkMTNmNmEwMWE5MmZjNDRiYzZiYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4074c12f-4839-48f4-b12b-e1ed4901fe3d"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T01:15:44.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:15:44.972Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4c45d863-bfe9-4e9c-b042-150897c498d5 ASDC
2023-09-29T01:15:44.973Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b6350974-6ba4-4839-9c7a-54b6ee60a960
ServiceName:Demo_pNF_A2hjwx9c1P5r8pOXPcBX
ServiceVersion:1.0
ServiceUUID:4c45d863-bfe9-4e9c-b042-150897c498d5
ServiceInvariantUUID:6d1270a7-06a0-4545-b59a-cca1300a9acb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
ArtifactUUID:4074c12f-4839-48f4-b12b-e1ed4901fe3d
ArtifactChecksum:ZGFhYmI3MDAwZjFkMTNmNmEwMWE5MmZjNDRiYzZiYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5e56af95-a275 0
ResourceCustomizationUUID:4c916451-285f-40d1-871f-6dab0728aa20
ResourceInvariantUUID:d1d6d1e5-8b0a-4aac-acf5-f191152f566e
ResourceName:pNF 5e56af95-a275
ResourceType:PNF
ResourceUUID:cbe278be-721b-42f1-87ca-a459af246ad9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-09-29T01:15:44.973Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c45d863-bfe9-4e9c-b042-150897c498d5 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-09-29T01:15:45.012Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:15:45.012Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-09-29T01:15:45.013Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-09-29T01:15:45.013Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4074c12f-4839-48f4-b12b-e1ed4901fe3d from URL: /sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:45.013Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-09-29T01:15:45.013Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:45.081Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-09-29T01:15:45.082Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar 4074c12f-4839-48f4-b12b-e1ed4901fe3d 87974
2023-09-29T01:15:45.082Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar ASDC sendASDCNotification
2023-09-29T01:15:45.083Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:45.083Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:15:45.083Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:45.083Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:45.083Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950145082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:46.085Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:15:46.086Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-09-29T01:15:46.086Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4074c12f-4839-48f4-b12b-e1ed4901fe3d, URL: /sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar to file: /app/ASDC/1/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.086Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.087Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.087Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.248Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5926273767750137665/Definitions/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml
2023-09-29T01:15:46.929Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:15:46.929Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-09-29T01:15:46.929Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.929Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5e56af95-a275 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-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:46.930Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-09-29T01:15:46.931Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.931Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.931Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Node template pNF 5e56af95-a275 0 is matching search criteria
2023-09-29T01:15:46.931Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-09-29T01:15:46.931Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 5e56af95-a275 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:15:46.932Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.932Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.932Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Node template pNF 5e56af95-a275 0 is matching search criteria
2023-09-29T01:15:46.932Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-09-29T01:15:46.932Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 5e56af95-a275 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:15:46.933Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.933Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.933Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.933Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.933Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.933Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.934Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.934Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.934Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.934Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.934Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_A2hjwx9c1P5r8pOXPcBX
Description:catalog service description
Model UUID:4c45d863-bfe9-4e9c-b042-150897c498d5
Model Version:NULL
Model InvariantUuid:6d1270a7-06a0-4545-b59a-cca1300a9acb
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-09-29T01:15:46.944Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: cbe278be-721b-42f1-87ca-a459af246ad9
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-09-29T01:15:46.947Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||pNF 5e56af95-a275 0
2023-09-29T01:15:46.947Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cbe278be-721b-42f1-87ca-a459af246ad9
2023-09-29T01:15:46.947Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4c45d863-bfe9-4e9c-b042-150897c498d5
2023-09-29T01:15:46.947Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4c45d863-bfe9-4e9c-b042-150897c498d5
2023-09-29T01:15:46.947Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5e56af95-a275 0 cbe278be-721b-42f1-87ca-a459af246ad9 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-09-29T01:15:46.953Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e62bdb, org.onap.sdc.toscaparser.api.parameters.Input@747b3336, org.onap.sdc.toscaparser.api.parameters.Input@128d5899, org.onap.sdc.toscaparser.api.parameters.Input@a7796eb, org.onap.sdc.toscaparser.api.parameters.Input@397cdc8d]
2023-09-29T01:15:46.954Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.954Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.954Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4c45d863-bfe9-4e9c-b042-150897c498d5: pNF 5e56af95-a275
2023-09-29T01:15:46.954Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Processing PNF resource: cbe278be-721b-42f1-87ca-a459af246ad9
2023-09-29T01:15:46.954Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:15:46.955Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_A2hjwx9c1P5r8pOXPcBX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:15:46.955Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Resource customization UUID: 4c916451-285f-40d1-871f-6dab0728aa20 is the same as notified resource customizationUUID: 4c916451-285f-40d1-871f-6dab0728aa20
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-09-29T01:15:47.013Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5e56af95-a275 cbe278be-721b-42f1-87ca-a459af246ad9 0 ASDC deployResourceStructure
2023-09-29T01:15:47.014Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar ASDC sendASDCNotification
2023-09-29T01:15:47.014Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar
2023-09-29T01:15:47.014Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:15:47.014Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:15:47.014Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:15:47.015Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950147014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:48.016Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6350974-6ba4-4839-9c7a-54b6ee60a960
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:15:48.029Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6350974-6ba4-4839-9c7a-54b6ee60a960
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-09-29T01:15:48.032Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:15:48.032Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:15:48.032Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:15:52.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:15:52.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.253Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.255Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.256Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.257Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.259Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.260Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.261Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950046193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950042779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950015424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950062741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950062996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.265Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.265Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950063744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:15:52.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.265Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950064002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:15:52.275Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6350974-6ba4-4839-9c7a-54b6ee60a960
2023-09-29T01:15:52.275Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6350974-6ba4-4839-9c7a-54b6ee60a960 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:15:52.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.299Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.299Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.300Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950064746,
  "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-09-29T01:15:52.307Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6350974-6ba4-4839-9c7a-54b6ee60a960
2023-09-29T01:15:52.307Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6350974-6ba4-4839-9c7a-54b6ee60a960 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-09-29T01:15:52.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.324Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.324Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950057774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950065748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950065006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950062365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950059301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950065927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950065748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950065006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950062365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950067487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950067711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950065748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950065006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.328Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950062365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.328Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950068713,
  "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-09-29T01:15:52.343Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6350974-6ba4-4839-9c7a-54b6ee60a960
2023-09-29T01:15:52.343Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6350974-6ba4-4839-9c7a-54b6ee60a960 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-09-29T01:15:52.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950065748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950065006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950062365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950065748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950065006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950062365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950065748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950065006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950062365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950065748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950065006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950062365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950073501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950073188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950073746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950074504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:15:52.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950074756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:15:52.392Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c7fa8b8-84e3-4626-a666-16df01a03f88
2023-09-29T01:15:52.392Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7fa8b8-84e3-4626-a666-16df01a03f88 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:15:52.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.402Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950074266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.402Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950075505,
  "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-09-29T01:15:52.408Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7fa8b8-84e3-4626-a666-16df01a03f88
2023-09-29T01:15:52.408Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7fa8b8-84e3-4626-a666-16df01a03f88 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-09-29T01:15:52.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.418Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950075331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:15:52.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.419Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950076130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:15:52.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.419Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950076365,
  "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-09-29T01:15:52.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7fa8b8-84e3-4626-a666-16df01a03f88
2023-09-29T01:15:52.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7fa8b8-84e3-4626-a666-16df01a03f88 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-09-29T01:15:52.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.433Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950077132,
  "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-09-29T01:15:52.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6350974-6ba4-4839-9c7a-54b6ee60a960
2023-09-29T01:15:52.439Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6350974-6ba4-4839-9c7a-54b6ee60a960 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-09-29T01:15:52.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950077367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:15:52.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950087774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.450Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950089301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.451Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950087774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.451Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950089301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.452Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950087774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.452Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950089301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.453Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950087774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.453Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950089301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:15:52.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:15:52.454Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950087774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:15:52.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:18.032Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6350974-6ba4-4839-9c7a-54b6ee60a960
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:16:18.047Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6350974-6ba4-4839-9c7a-54b6ee60a960
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-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:16:18.050Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-09-29T01:16:18.057Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:16:48.057Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6350974-6ba4-4839-9c7a-54b6ee60a960 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-09-29T01:16:48.063Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6350974-6ba4-4839-9c7a-54b6ee60a960 and serviceModelVersionId: 4c45d863-bfe9-4e9c-b042-150897c498d5
2023-09-29T01:16:48.063Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d1270a7-06a0-4545-b59a-cca1300a9acb
2023-09-29T01:16:48.063Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0
2023-09-29T01:16:48.067Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:16:48.110Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0|INFO|500||Invoke
2023-09-29T01:16:48.110Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6350974-6ba4-4839-9c7a-54b6ee60a960], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1fbab1be-3643-4a4a-9d9a-39318e98f930], X-ECOMP-RequestID=[b6350974-6ba4-4839-9c7a-54b6ee60a960], X-TransactionId=[], X-ONAP-RequestID=[b6350974-6ba4-4839-9c7a-54b6ee60a960], Content-Type=[application/merge-patch+json]}
2023-09-29T01:16:48.150Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:16:48.314Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?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/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:16:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[188640], x-aai-txid=[2-aai-resources-230929-01:16:48:480-43461], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:16:48.314Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:16:48.314Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6d1270a7-06a0-4545-b59a-cca1300a9acb/model-vers/model-ver/4c45d863-bfe9-4e9c-b042-150897c498d5?depth=0|INFO|500||InvokeReturn
2023-09-29T01:16:48.315Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:16:48.315Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-09-29T01:16:48.322Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||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-09-29T01:16:48.323Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6350974-6ba4-4839-9c7a-54b6ee60a960 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:16:48.323Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:16:48.324Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:48.324Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:48.324Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950208323,
  "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-09-29T01:16:49.341Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-09-29T01:16:49.341Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"2c7fa8b8-84e3-4626-a666-16df01a03f88","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f629974e-a121-430a-9d97-ed99eb39e50c","serviceDescription":"service","serviceInvariantUUID":"3fde7356-f24d-41bb-b193-3516de8661b7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"963e7615-3b17-4385-b2a7-b1a1fb78a449","resourceInvariantUUID":"197b21c0-3b04-411e-b169-dbbb2c0f1143","resourceCustomizationUUID":"33ddd961-252e-4d74-a495-c31d630ad4fa","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":"OTcwOGY1ZjQ5OWU3Y2I4ZjBkOTNiMDBmMzhkNjczZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38833b81-edbb-46f2-8a38-8396dce83b77","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":"YjU0YjI5OGY5M2Y0N2E5ZGZjMzEzYTA0NjQ3OWEwODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0545301-404b-4bfc-ae97-fa0a3a94e22c","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":"a9b9d253-1874-49ac-8da1-8e40eba517dd","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":"738ba87e-0738-463d-991c-2b6c182cd13c","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":"21cd72ae-ed07-4132-8624-362685e515dd","artifactVersion":"2","generatedFromUUID":"a9b9d253-1874-49ac-8da1-8e40eba517dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGNiMjY5NGVlZmRmNGYxZjA0M2I5MDE3ZjZjODkyNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9a46f7e-0258-4bc6-8a0f-8536f2427adb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzZiZjBhNDRjZGVmNjFhYzBlMTM4MzM0ZWNjOWZlYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66735b87-7313-4a72-8a22-f195751fa635","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:16:49.341Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:16:49.342Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:49.342Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:49.342Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "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-09-29T01:16:50.343Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:16:50.343Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:50.344Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:50.344Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "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-09-29T01:16:51.345Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:16:51.346Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:51.346Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:51.346Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "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-09-29T01:16:52.250Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:16:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.252Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950089301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.253Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950087774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.254Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950089301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.260Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950087774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:16:52.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.260Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950089301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:16:52.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950094893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950096423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950097125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.261Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950098127,
  "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-09-29T01:16:52.272Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c7fa8b8-84e3-4626-a666-16df01a03f88
2023-09-29T01:16:52.272Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7fa8b8-84e3-4626-a666-16df01a03f88 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-09-29T01:16:52.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950108248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:16:52.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950109250,
  "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-09-29T01:16:52.290Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c7fa8b8-84e3-4626-a666-16df01a03f88
2023-09-29T01:16:52.290Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7fa8b8-84e3-4626-a666-16df01a03f88 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-09-29T01:16:52.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.301Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a9cf25da-809e-4667-b107-467c637261be",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950135920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:16:52.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.301Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.301Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/resourceInstances/pnf5e56af95a2750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:16:52.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.306Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950145082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:16:52.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:16:52.306Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950147014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA2hjwx9c1p5r8poxpcbx/1.0/artifacts/service-DemoPnfA2hjwx9c1p5r8poxpcbx-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:16:52.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:16:52.348Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:16:52.348Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:52.348Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:52.348Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "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-09-29T01:16:53.350Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:16:53.350Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:53.351Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:53.351Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "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-09-29T01:16:54.352Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:16:54.353Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:54.353Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:54.353Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:16:55.354Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:16:55.354Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:55.354Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:55.355Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:16:56.356Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f629974e-a121-430a-9d97-ed99eb39e50c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3fde7356-f24d-41bb-b193-3516de8661b7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "33ddd961-252e-4d74-a495-c31d630ad4fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "963e7615-3b17-4385-b2a7-b1a1fb78a449",
      "resourceInvariantUUID": "197b21c0-3b04-411e-b169-dbbb2c0f1143",
      "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": "YjU0YjI5OGY5M2Y0N2E5ZGZjMzEzYTA0NjQ3OWEwODI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c0545301-404b-4bfc-ae97-fa0a3a94e22c",
          "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": "a9b9d253-1874-49ac-8da1-8e40eba517dd",
          "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": "21cd72ae-ed07-4132-8624-362685e515dd",
            "generatedFromUUID": "a9b9d253-1874-49ac-8da1-8e40eba517dd"
          },
          "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": "21cd72ae-ed07-4132-8624-362685e515dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzZiZjBhNDRjZGVmNjFhYzBlMTM4MzM0ZWNjOWZlYmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66735b87-7313-4a72-8a22-f195751fa635"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T01:16:56.357Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:16:56.357Z|b6350974-6ba4-4839-9c7a-54b6ee60a960|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f629974e-a121-430a-9d97-ed99eb39e50c ASDC
2023-09-29T01:16:56.358Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2c7fa8b8-84e3-4626-a666-16df01a03f88
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f629974e-a121-430a-9d97-ed99eb39e50c
ServiceInvariantUUID:3fde7356-f24d-41bb-b193-3516de8661b7
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:66735b87-7313-4a72-8a22-f195751fa635
ArtifactChecksum:NzZiZjBhNDRjZGVmNjFhYzBlMTM4MzM0ZWNjOWZlYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:33ddd961-252e-4d74-a495-c31d630ad4fa
ResourceInvariantUUID:197b21c0-3b04-411e-b169-dbbb2c0f1143
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:963e7615-3b17-4385-b2a7-b1a1fb78a449
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:c0545301-404b-4bfc-ae97-fa0a3a94e22c
ArtifactChecksum:YjU0YjI5OGY5M2Y0N2E5ZGZjMzEzYTA0NjQ3OWEwODI=
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:a9b9d253-1874-49ac-8da1-8e40eba517dd
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:21cd72ae-ed07-4132-8624-362685e515dd
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:21cd72ae-ed07-4132-8624-362685e515dd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-09-29T01:16:56.358Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f629974e-a121-430a-9d97-ed99eb39e50c 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-09-29T01:16:56.396Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:16:56.397Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-09-29T01:16:56.397Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-09-29T01:16:56.397Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 66735b87-7313-4a72-8a22-f195751fa635 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-09-29T01:16:56.397Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-09-29T01:16:56.397Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-09-29T01:16:56.464Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-09-29T01:16:56.465Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 66735b87-7313-4a72-8a22-f195751fa635 75153
2023-09-29T01:16:56.465Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-09-29T01:16:56.465Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-09-29T01:16:56.465Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:16:56.466Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:56.466Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:56.466Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950216465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:16:57.467Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:16:57.468Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-09-29T01:16:57.468Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 66735b87-7313-4a72-8a22-f195751fa635, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-09-29T01:16:57.468Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-09-29T01:16:57.469Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-09-29T01:16:57.469Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-09-29T01:16:57.625Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14675869074692485101/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-09-29T01:16:58.639Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:16:58.639Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.640Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.641Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.641Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-09-29T01:16:58.641Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.641Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:16:58.641Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:16:58.641Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-09-29T01:16:58.641Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:16:58.642Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.642Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:16:58.642Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:16:58.642Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-09-29T01:16:58.642Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:16:58.642Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.643Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:16:58.643Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.643Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-09-29T01:16:58.643Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-09-29T01:16:58.643Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-09-29T01:16:58.643Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-09-29T01:16:58.643Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-09-29T01:16:58.644Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-09-29T01:16:58.644Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.644Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:16:58.644Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.644Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:16:58.644Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:16:58.644Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.645Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:16:58.645Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:16:58.645Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.645Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:16:58.645Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:16:58.645Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.645Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ad7d2ea-7d7d-4f90-abe9-868fb4554740
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:16:58.646Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.647Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:16:58.647Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:16:58.647Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:16:58.647Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f629974e-a121-430a-9d97-ed99eb39e50c
Model Version:NULL
Model InvariantUuid:3fde7356-f24d-41bb-b193-3516de8661b7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d4695a42-e21b-4de1-ad25-075fd65227df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:197b21c0-3b04-411e-b169-dbbb2c0f1143
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:33ddd961-252e-4d74-a495-c31d630ad4fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:701d1ce8-42f5-4a7b-a11d-3fad7ff59b97
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:abc90e4d-a933-43c9-a189-f95396467189
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ad7d2ea-7d7d-4f90-abe9-868fb4554740
ModelInvariantUuid:7943e321-30c4-4e79-a589-65632bf7d464
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cdb47219-4778-4669-91d7-9ca2051f37a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e41489f7-9604-4fe9-bd8c-d977cf3aad0d
ModelInvariantUuid:44a05843-5000-4def-ba7f-2706afac10d1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9fa2fa6b-6de6-442d-b62c-83c052dc6139
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-09-29T01:16:58.657Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 963e7615-3b17-4385-b2a7-b1a1fb78a449
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-09-29T01:16:58.660Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||basic_vm 0
2023-09-29T01:16:58.660Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 963e7615-3b17-4385-b2a7-b1a1fb78a449
2023-09-29T01:16:58.660Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0545301-404b-4bfc-ae97-fa0a3a94e22c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-09-29T01:16:58.660Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-09-29T01:16:58.660Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.729Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-09-29T01:16:58.729Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c0545301-404b-4bfc-ae97-fa0a3a94e22c 787
2023-09-29T01:16:58.730Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.730Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:58.730Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:16:58.730Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:58.730Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:58.730Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950218730,
  "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-09-29T01:16:59.731Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "701d1ce8-42f5-4a7b-a11d-3fad7ff59b97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abc90e4d-a933-43c9-a189-f95396467189",
    "vfModuleModelCustomizationUUID": "46aa4499-02d6-4a5a-9f7a-d67a4685635c",
    "isBase": true,
    "artifacts": [
      "a9b9d253-1874-49ac-8da1-8e40eba517dd",
      "21cd72ae-ed07-4132-8624-362685e515dd"
    ],
    "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-09-29T01:16:59.735Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abc90e4d-a933-43c9-a189-f95396467189
VfModuleModelInvariantUUID:701d1ce8-42f5-4a7b-a11d-3fad7ff59b97
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9b9d253-1874-49ac-8da1-8e40eba517dd
,
21cd72ae-ed07-4132-8624-362685e515dd

}
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-09-29T01:16:59.737Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "701d1ce8-42f5-4a7b-a11d-3fad7ff59b97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abc90e4d-a933-43c9-a189-f95396467189",
    "vfModuleModelCustomizationUUID": "46aa4499-02d6-4a5a-9f7a-d67a4685635c",
    "isBase": true,
    "artifacts": [
      "a9b9d253-1874-49ac-8da1-8e40eba517dd",
      "21cd72ae-ed07-4132-8624-362685e515dd"
    ],
    "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-09-29T01:16:59.737Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abc90e4d-a933-43c9-a189-f95396467189
VfModuleModelInvariantUUID:701d1ce8-42f5-4a7b-a11d-3fad7ff59b97
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9b9d253-1874-49ac-8da1-8e40eba517dd
,
21cd72ae-ed07-4132-8624-362685e515dd

}
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-09-29T01:16:59.737Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a9b9d253-1874-49ac-8da1-8e40eba517dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-09-29T01:16:59.737Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-09-29T01:16:59.738Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:59.806Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-09-29T01:16:59.806Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a9b9d253-1874-49ac-8da1-8e40eba517dd 5033
2023-09-29T01:16:59.806Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:59.806Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:16:59.806Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:16:59.807Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:16:59.807Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:16:59.807Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950219806,
  "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-09-29T01:17:00.807Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 21cd72ae-ed07-4132-8624-362685e515dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-09-29T01:17:00.808Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-09-29T01:17:00.808Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:00.873Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-09-29T01:17:00.874Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 21cd72ae-ed07-4132-8624-362685e515dd 903
2023-09-29T01:17:00.874Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:00.874Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:00.874Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:17:00.875Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:17:00.875Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:17:00.875Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950220874,
  "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-09-29T01:17:01.876Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f629974e-a121-430a-9d97-ed99eb39e50c
2023-09-29T01:17:01.876Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 963e7615-3b17-4385-b2a7-b1a1fb78a449 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-09-29T01:17:01.894Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c4a612, org.onap.sdc.toscaparser.api.parameters.Input@3fb39da7, org.onap.sdc.toscaparser.api.parameters.Input@55fe2cb3, org.onap.sdc.toscaparser.api.parameters.Input@419f0568, org.onap.sdc.toscaparser.api.parameters.Input@61cbcf7f]
2023-09-29T01:17:01.895Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.896Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.896Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-09-29T01:17:01.896Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 33ddd961-252e-4d74-a495-c31d630ad4fa
2023-09-29T01:17:01.896Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 33ddd961-252e-4d74-a495-c31d630ad4fa matches Tosca VF Customization UUID: 33ddd961-252e-4d74-a495-c31d630ad4fa
2023-09-29T01:17:01.896Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 33ddd961-252e-4d74-a495-c31d630ad4fa  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-09-29T01:17:01.899Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.899Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.900Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 33ddd961-252e-4d74-a495-c31d630ad4fa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-09-29T01:17:01.900Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f84e2e9
2023-09-29T01:17:01.900Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.900Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:17:01.900Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46aa4499-02d6-4a5a-9f7a-d67a4685635c
2023-09-29T01:17:01.900Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46aa4499-02d6-4a5a-9f7a-d67a4685635c
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-09-29T01:17:01.906Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.907Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:17:01.907Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:17:01.907Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.907Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:17:01.907Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:17:01.908Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.908Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-09-29T01:17:01.908Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-09-29T01:17:01.908Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-09-29T01:17:01.908Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ad7d2ea-7d7d-4f90-abe9-868fb4554740
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-09-29T01:17:01.928Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.929Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:17:01.929Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:17:01.929Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.929Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-09-29T01:17:01.930Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=33ddd961-252e-4d74-a495-c31d630ad4fa
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-09-29T01:17:01.932Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.932Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.932Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f629974e-a121-430a-9d97-ed99eb39e50c: basic_vm
2023-09-29T01:17:01.932Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.933Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.933Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.933Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.933Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.933Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.933Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.934Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.934Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:17:01.934Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:17:01.934Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:02.036Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 963e7615-3b17-4385-b2a7-b1a1fb78a449 1 ASDC deployResourceStructure
2023-09-29T01:17:02.037Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:02.037Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:02.037Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:17:02.038Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:17:02.038Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:17:02.038Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950222037,
  "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-09-29T01:17:03.040Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:03.040Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:03.041Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:17:03.041Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:17:03.041Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:17:03.042Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950223040,
  "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-09-29T01:17:04.043Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:04.043Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:04.044Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:17:04.044Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:17:04.044Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:17:04.045Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950224043,
  "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-09-29T01:17:05.046Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-09-29T01:17:05.046Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-09-29T01:17:05.047Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:17:05.047Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:17:05.047Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:17:05.047Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950225046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:17:06.049Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7fa8b8-84e3-4626-a666-16df01a03f88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:17:06.064Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7fa8b8-84e3-4626-a666-16df01a03f88
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-09-29T01:17:06.067Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:17:06.068Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:17:06.068Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:17:06.068Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:17:06.068Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:17:06.069Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:17:06.069Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:17:06.069Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:17:06.069Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:17:06.070Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:06.077Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:17:36.078Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c7fa8b8-84e3-4626-a666-16df01a03f88 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-09-29T01:17:36.084Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c7fa8b8-84e3-4626-a666-16df01a03f88 and serviceModelVersionId: f629974e-a121-430a-9d97-ed99eb39e50c
2023-09-29T01:17:36.084Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fde7356-f24d-41bb-b193-3516de8661b7
2023-09-29T01:17:36.085Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fde7356-f24d-41bb-b193-3516de8661b7/model-vers/model-ver/f629974e-a121-430a-9d97-ed99eb39e50c?depth=0
2023-09-29T01:17:36.089Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:17:36.133Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fde7356-f24d-41bb-b193-3516de8661b7/model-vers/model-ver/f629974e-a121-430a-9d97-ed99eb39e50c?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-09-29T01:17:36.135Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fde7356-f24d-41bb-b193-3516de8661b7/model-vers/model-ver/f629974e-a121-430a-9d97-ed99eb39e50c?depth=0|INFO|500||Invoke
2023-09-29T01:17:36.141Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fde7356-f24d-41bb-b193-3516de8661b7/model-vers/model-ver/f629974e-a121-430a-9d97-ed99eb39e50c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:17:36.261Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fde7356-f24d-41bb-b193-3516de8661b7/model-vers/model-ver/f629974e-a121-430a-9d97-ed99eb39e50c?depth=0|INFO|500||InvokeReturn
2023-09-29T01:17:36.261Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fde7356-f24d-41bb-b193-3516de8661b7/model-vers/model-ver/f629974e-a121-430a-9d97-ed99eb39e50c?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:17:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[246000], x-aai-txid=[1-aai-resources-230929-01:17:36:474-24401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:17:36.261Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:17:36.262Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:17:36.262Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:36.268Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||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-09-29T01:17:36.268Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c7fa8b8-84e3-4626-a666-16df01a03f88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:17:36.268Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:17:36.268Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:17:36.268Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:17:36.269Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950256268,
  "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-09-29T01:17:37.296Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:17:52.249Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:17:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:17:52.252Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6350974-6ba4-4839-9c7a-54b6ee60a960",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950208323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:17:52.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:17:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:17:52.254Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:17:52.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:17:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:17:52.255Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:17:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:17:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:17:52.255Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:17:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:37.297Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:18:52.249Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:18:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.252Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:18:52.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.253Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-09-29T01:18:52.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950136938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950216465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.254Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950218730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950219806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950220874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950222037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.255Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950223040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950224043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950225046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2c7fa8b8-84e3-4626-a666-16df01a03f88",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950256268,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:18:52.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:19:37.299Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:19:52.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:20:37.300Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:20:52.252Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:21:37.302Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:21:52.253Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:22:37.303Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:22:52.254Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:23:37.304Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:23:52.255Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:24:37.305Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:24:52.255Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:25:37.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:25:52.257Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:26:37.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:26:52.257Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:27:37.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:27:52.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:28:37.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:28:52.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:29:05.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:29:05.889Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:29:05.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:29:06.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-09-29T01:29:06.076Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"dc824906-a512-4dd5-a3a4-fe4da8dc0ae5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"756f9cf0-75f2-4907-a65f-f4ba70afa8fe","serviceDescription":"service","serviceInvariantUUID":"f438aaf4-9f90-4d7e-b27e-b7219c3ffe43","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"203240e3-cbd6-461d-8747-3f7523183eb4","resourceInvariantUUID":"bed5b64f-9f6e-4963-bf59-f65ffe6a6e21","resourceCustomizationUUID":"09c8798b-fb1d-4a81-8d45-953a54bd8163","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":"MjgxMGJhNTQ4OTczNDU2NTIxYjVkZjQ2YjYyNjhjNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"507c7cd6-385a-46ac-a7c6-f39d40fdf14d","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":"NzhhYWExMDNmMmQ3YWJkZDkyNWNiODVkMWExMDI3NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2fe3e06-18c5-4203-a82f-81707fd58801","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":"26668cb7-d5c9-4294-81d5-66ea43629ca9","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":"5ffd7214-a059-464a-ba8f-239104f20ac5","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":"22ced567-c26d-45b8-9c01-b6353c9f4b61","artifactVersion":"2","generatedFromUUID":"7080256b-dbc0-4312-abaf-40e49b3fdfe2"},{"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":"bab06a7e-f741-48d8-aeab-4a4311b3daa3","artifactVersion":"2","generatedFromUUID":"26668cb7-d5c9-4294-81d5-66ea43629ca9"},{"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":"7080256b-dbc0-4312-abaf-40e49b3fdfe2","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":"6b778930-1347-4f20-be3c-6ff1053f3120","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":"ODJiNjRmYTVkZTVkZjdiMTBiMzkzN2M0N2ZmZTIxODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7790784-a9cb-4935-b526-271bc874820a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NThkOTE0YjhlM2U2YjlhZjJhNzBhZmI3YzJhMzhiOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6698beeb-2402-46d9-a0cc-b40467a86ea2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:29:06.079Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:06.080Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:06.080Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:06.080Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:06.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T01:29:06.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T01:29:06.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T01:29:06.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T01:29:06.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T01:29:06.086Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T01:29:07.087Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:07.088Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:07.088Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:07.089Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:08.089Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:08.090Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:08.090Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:08.090Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:09.091Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:09.092Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:09.092Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:09.092Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:10.093Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:10.094Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:10.094Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:10.094Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:11.095Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:11.095Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:11.096Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:11.096Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:12.097Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:12.098Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:12.098Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:12.099Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:13.099Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:13.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:13.100Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:13.101Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "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-09-29T01:29:14.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:14.102Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:14.102Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:14.102Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:29:15.103Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:29:15.103Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:15.103Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:15.104Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:29:16.105Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "756f9cf0-75f2-4907-a65f-f4ba70afa8fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f438aaf4-9f90-4d7e-b27e-b7219c3ffe43",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "09c8798b-fb1d-4a81-8d45-953a54bd8163",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "203240e3-cbd6-461d-8747-3f7523183eb4",
      "resourceInvariantUUID": "bed5b64f-9f6e-4963-bf59-f65ffe6a6e21",
      "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": "NzhhYWExMDNmMmQ3YWJkZDkyNWNiODVkMWExMDI3NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2fe3e06-18c5-4203-a82f-81707fd58801",
          "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": "26668cb7-d5c9-4294-81d5-66ea43629ca9",
          "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": "bab06a7e-f741-48d8-aeab-4a4311b3daa3",
            "generatedFromUUID": "26668cb7-d5c9-4294-81d5-66ea43629ca9"
          },
          "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": "22ced567-c26d-45b8-9c01-b6353c9f4b61",
          "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": "bab06a7e-f741-48d8-aeab-4a4311b3daa3",
          "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": "7080256b-dbc0-4312-abaf-40e49b3fdfe2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NThkOTE0YjhlM2U2YjlhZjJhNzBhZmI3YzJhMzhiOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6698beeb-2402-46d9-a0cc-b40467a86ea2"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T01:29:16.106Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:29:16.106Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 756f9cf0-75f2-4907-a65f-f4ba70afa8fe ASDC
2023-09-29T01:29:16.107Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:756f9cf0-75f2-4907-a65f-f4ba70afa8fe
ServiceInvariantUUID:f438aaf4-9f90-4d7e-b27e-b7219c3ffe43
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:6698beeb-2402-46d9-a0cc-b40467a86ea2
ArtifactChecksum:NThkOTE0YjhlM2U2YjlhZjJhNzBhZmI3YzJhMzhiOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:09c8798b-fb1d-4a81-8d45-953a54bd8163
ResourceInvariantUUID:bed5b64f-9f6e-4963-bf59-f65ffe6a6e21
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:203240e3-cbd6-461d-8747-3f7523183eb4
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:a2fe3e06-18c5-4203-a82f-81707fd58801
ArtifactChecksum:NzhhYWExMDNmMmQ3YWJkZDkyNWNiODVkMWExMDI3NDg=
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:26668cb7-d5c9-4294-81d5-66ea43629ca9
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:bab06a7e-f741-48d8-aeab-4a4311b3daa3
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:22ced567-c26d-45b8-9c01-b6353c9f4b61
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:bab06a7e-f741-48d8-aeab-4a4311b3daa3
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:7080256b-dbc0-4312-abaf-40e49b3fdfe2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-09-29T01:29:16.107Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 756f9cf0-75f2-4907-a65f-f4ba70afa8fe 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-09-29T01:29:16.176Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:29:16.177Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:29:16.177Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:29:16.177Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6698beeb-2402-46d9-a0cc-b40467a86ea2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:16.177Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:29:16.178Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:16.269Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:29:16.272Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6698beeb-2402-46d9-a0cc-b40467a86ea2 163258
2023-09-29T01:29:16.273Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-09-29T01:29:16.273Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:16.273Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:29:16.273Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:16.273Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:16.274Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950956273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:29:17.274Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:29:17.275Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:29:17.276Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6698beeb-2402-46d9-a0cc-b40467a86ea2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:17.277Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-09-29T01:29:17.278Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:17.278Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:17.469Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10137150844499866651/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-09-29T01:29:18.486Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:29:18.487Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-09-29T01:29:18.487Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:18.487Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-09-29T01:29:18.487Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:18.488Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:18.488Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:18.488Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:18.488Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-09-29T01:29:18.489Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.489Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:18.489Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:18.490Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-09-29T01:29:18.490Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:29:18.490Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.490Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:18.491Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:18.491Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-09-29T01:29:18.491Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:29:18.491Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.492Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:18.492Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.492Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-09-29T01:29:18.492Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-09-29T01:29:18.493Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-09-29T01:29:18.493Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-09-29T01:29:18.493Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.493Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:29:18.494Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.494Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:18.494Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:29:18.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:18.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:29:18.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.496Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:18.496Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:29:18.496Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.496Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:18.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:29:18.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-09-29T01:29:18.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-09-29T01:29:18.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8504c047-f4dc-4c31-9900-8d591215d521
2023-09-29T01:29:18.498Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.498Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:18.498Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.498Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:18.499Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.499Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:18.499Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:18.499Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:18.500Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:756f9cf0-75f2-4907-a65f-f4ba70afa8fe
Model Version:NULL
Model InvariantUuid:f438aaf4-9f90-4d7e-b27e-b7219c3ffe43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:35668fff-494a-4688-88bc-e35bf94abc58
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bed5b64f-9f6e-4963-bf59-f65ffe6a6e21
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:09c8798b-fb1d-4a81-8d45-953a54bd8163
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:529cfa01-20ff-4f24-9c59-86d757f7c404
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:88e01274-8721-4d77-877c-fac5e41f86d9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9a09984c-2a47-41b7-8246-ec1ce0dd284b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:ad0abd9e-4c45-4186-a49c-f3e6af33b54f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8504c047-f4dc-4c31-9900-8d591215d521
ModelInvariantUuid:cd9c4305-8e2b-4279-8108-cde3dd512f08
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:0e79d033-a272-4dda-9736-662a3385f63a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d38a7109-d747-4035-bf82-c68358f75047
ModelInvariantUuid:b5033ce7-eb9a-48f7-a679-53d01972f801
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f9fb7e93-9583-4f34-ae42-1620774370c4
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-09-29T01:29:18.511Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 203240e3-cbd6-461d-8747-3f7523183eb4
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-09-29T01:29:18.519Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2023-09-29T01:29:18.519Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 203240e3-cbd6-461d-8747-3f7523183eb4
2023-09-29T01:29:18.519Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a2fe3e06-18c5-4203-a82f-81707fd58801 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-09-29T01:29:18.519Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:29:18.520Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:18.622Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:29:18.622Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a2fe3e06-18c5-4203-a82f-81707fd58801 1565
2023-09-29T01:29:18.623Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:18.623Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:18.623Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:29:18.624Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:18.624Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:18.624Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950958623,
  "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-09-29T01:29:19.626Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9a09984c-2a47-41b7-8246-ec1ce0dd284b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad0abd9e-4c45-4186-a49c-f3e6af33b54f",
    "vfModuleModelCustomizationUUID": "ff5fe9d7-88f4-48a1-a863-cac5b37b5775",
    "isBase": true,
    "artifacts": [
      "26668cb7-d5c9-4294-81d5-66ea43629ca9",
      "bab06a7e-f741-48d8-aeab-4a4311b3daa3"
    ],
    "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": "529cfa01-20ff-4f24-9c59-86d757f7c404",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88e01274-8721-4d77-877c-fac5e41f86d9",
    "vfModuleModelCustomizationUUID": "4a07e513-5648-424f-a8aa-ad079ea34f95",
    "isBase": false,
    "artifacts": [
      "7080256b-dbc0-4312-abaf-40e49b3fdfe2"
    ],
    "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-09-29T01:29:19.631Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad0abd9e-4c45-4186-a49c-f3e6af33b54f
VfModuleModelInvariantUUID:9a09984c-2a47-41b7-8246-ec1ce0dd284b
VfModuleModelDescription:NULL
Artifacts UUID List:{
26668cb7-d5c9-4294-81d5-66ea43629ca9
,
bab06a7e-f741-48d8-aeab-4a4311b3daa3

}
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:88e01274-8721-4d77-877c-fac5e41f86d9
VfModuleModelInvariantUUID:529cfa01-20ff-4f24-9c59-86d757f7c404
VfModuleModelDescription:NULL
Artifacts UUID List:{
7080256b-dbc0-4312-abaf-40e49b3fdfe2

}
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-09-29T01:29:19.633Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9a09984c-2a47-41b7-8246-ec1ce0dd284b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad0abd9e-4c45-4186-a49c-f3e6af33b54f",
    "vfModuleModelCustomizationUUID": "ff5fe9d7-88f4-48a1-a863-cac5b37b5775",
    "isBase": true,
    "artifacts": [
      "26668cb7-d5c9-4294-81d5-66ea43629ca9",
      "bab06a7e-f741-48d8-aeab-4a4311b3daa3"
    ],
    "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": "529cfa01-20ff-4f24-9c59-86d757f7c404",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88e01274-8721-4d77-877c-fac5e41f86d9",
    "vfModuleModelCustomizationUUID": "4a07e513-5648-424f-a8aa-ad079ea34f95",
    "isBase": false,
    "artifacts": [
      "7080256b-dbc0-4312-abaf-40e49b3fdfe2"
    ],
    "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-09-29T01:29:19.633Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad0abd9e-4c45-4186-a49c-f3e6af33b54f
VfModuleModelInvariantUUID:9a09984c-2a47-41b7-8246-ec1ce0dd284b
VfModuleModelDescription:NULL
Artifacts UUID List:{
26668cb7-d5c9-4294-81d5-66ea43629ca9
,
bab06a7e-f741-48d8-aeab-4a4311b3daa3

}
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:88e01274-8721-4d77-877c-fac5e41f86d9
VfModuleModelInvariantUUID:529cfa01-20ff-4f24-9c59-86d757f7c404
VfModuleModelDescription:NULL
Artifacts UUID List:{
7080256b-dbc0-4312-abaf-40e49b3fdfe2

}
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-09-29T01:29:19.634Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 26668cb7-d5c9-4294-81d5-66ea43629ca9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-09-29T01:29:19.634Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:29:19.634Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:19.767Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:29:19.768Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 26668cb7-d5c9-4294-81d5-66ea43629ca9 914
2023-09-29T01:29:19.768Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:19.768Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:19.768Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:29:19.769Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:19.769Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:19.769Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950959768,
  "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-09-29T01:29:20.770Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 22ced567-c26d-45b8-9c01-b6353c9f4b61 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-09-29T01:29:20.770Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:29:20.770Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:20.870Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:29:20.871Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 22ced567-c26d-45b8-9c01-b6353c9f4b61 12
2023-09-29T01:29:20.871Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:20.871Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:20.871Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:29:20.872Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:20.872Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:20.872Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950960871,
  "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-09-29T01:29:21.873Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bab06a7e-f741-48d8-aeab-4a4311b3daa3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-09-29T01:29:21.873Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:29:21.873Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:21.937Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:29:21.937Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env bab06a7e-f741-48d8-aeab-4a4311b3daa3 96
2023-09-29T01:29:21.938Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:21.938Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:21.938Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:29:21.938Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:21.939Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:21.939Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950961938,
  "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-09-29T01:29:22.940Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7080256b-dbc0-4312-abaf-40e49b3fdfe2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-09-29T01:29:22.941Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:29:22.941Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:23.012Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:29:23.013Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7080256b-dbc0-4312-abaf-40e49b3fdfe2 20206
2023-09-29T01:29:23.014Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:23.014Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:23.014Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:29:23.015Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:23.015Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:23.015Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950963014,
  "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-09-29T01:29:24.020Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 756f9cf0-75f2-4907-a65f-f4ba70afa8fe
2023-09-29T01:29:24.020Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 203240e3-cbd6-461d-8747-3f7523183eb4 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-09-29T01:29:24.039Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@750fbbdb, org.onap.sdc.toscaparser.api.parameters.Input@30494318, org.onap.sdc.toscaparser.api.parameters.Input@6a1f8a8a, org.onap.sdc.toscaparser.api.parameters.Input@7de300d7, org.onap.sdc.toscaparser.api.parameters.Input@753abdd3]
2023-09-29T01:29:24.041Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.042Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.042Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-09-29T01:29:24.042Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 09c8798b-fb1d-4a81-8d45-953a54bd8163
2023-09-29T01:29:24.042Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09c8798b-fb1d-4a81-8d45-953a54bd8163 matches Tosca VF Customization UUID: 09c8798b-fb1d-4a81-8d45-953a54bd8163
2023-09-29T01:29:24.043Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 09c8798b-fb1d-4a81-8d45-953a54bd8163  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-09-29T01:29:24.046Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.046Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.047Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 09c8798b-fb1d-4a81-8d45-953a54bd8163: {\"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-09-29T01:29:24.047Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cccaf1b
2023-09-29T01:29:24.047Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.048Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:29:24.048Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a07e513-5648-424f-a8aa-ad079ea34f95
2023-09-29T01:29:24.048Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a07e513-5648-424f-a8aa-ad079ea34f95
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-09-29T01:29:24.051Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.051Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:24.052Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:29:24.052Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.052Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:24.052Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:29:24.053Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.053Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-09-29T01:29:24.053Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=09c8798b-fb1d-4a81-8d45-953a54bd8163
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-09-29T01:29:24.059Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.059Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.059Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 756f9cf0-75f2-4907-a65f-f4ba70afa8fe: basic_cnf_macro
2023-09-29T01:29:24.060Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.060Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.060Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.061Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.061Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.061Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.061Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.062Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.062Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:29:24.062Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:29:24.063Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:24.121Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 203240e3-cbd6-461d-8747-3f7523183eb4 2 ASDC deployResourceStructure
2023-09-29T01:29:24.122Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:24.122Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:24.122Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:29:24.122Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:24.122Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:24.122Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950964122,
  "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-09-29T01:29:25.123Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:25.124Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:25.124Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:29:25.124Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:25.124Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:25.124Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950965123,
  "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-09-29T01:29:26.132Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:26.133Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:26.133Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-09-29T01:29:26.133Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:26.134Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:26.134Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950966125,
  "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-09-29T01:29:27.138Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:27.139Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:27.139Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:29:27.139Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:27.139Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:27.139Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950967138,
  "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-09-29T01:29:28.140Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:28.140Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:29:28.140Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-09-29T01:29:28.141Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:28.141Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:28.141Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950968140,
  "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-09-29T01:29:29.142Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-09-29T01:29:29.142Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-09-29T01:29:29.142Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:29:29.142Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:29:29.142Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:29:29.142Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950969141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:29:30.143Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:29:30.157Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
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-09-29T01:29:30.159Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:29:30.159Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:29:30.159Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:29:52.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:29:52.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:29:52.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:29:52.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:00.159Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:30:00.171Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
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-09-29T01:30:00.173Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:30:00.174Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:30:00.174Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:30:30.174Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:30:30.185Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
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-09-29T01:30:30.187Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:30:30.187Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:30:30.187Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:30:52.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:30:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.276Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.277Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.277Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.279Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.279Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.280Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.281Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.281Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.281Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.282Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.282Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.282Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.282Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.283Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.284Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.285Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.289Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.290Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.291Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.291Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.291Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.292Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.293Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.293Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.294Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.294Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950916537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.294Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950929301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950915796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950917311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950956043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950956396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950956403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950956620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950956273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950957400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950957135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950958403,
  "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-09-29T01:30:52.315Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
2023-09-29T01:30:52.315Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 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-09-29T01:30:52.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.326Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.327Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950958221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.328Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950958623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.329Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.329Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.330Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950959786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:30:52.336Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
2023-09-29T01:30:52.336Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:30:52.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.348Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950959305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.349Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950959768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.350Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.350Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950960431,
  "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-09-29T01:30:52.356Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
2023-09-29T01:30:52.357Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 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-09-29T01:30:52.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.367Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950960871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.367Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.367Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.368Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950961433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.369Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.369Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.370Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950961938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.371Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.371Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.372Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.373Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.373Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950963014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.374Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.375Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.375Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.376Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.377Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.377Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950964122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.378Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.378Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.379Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.379Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.382Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.383Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950965123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.384Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.384Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.385Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.386Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.386Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950966125,
  "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-09-29T01:30:52.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.387Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.397Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.398Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.399Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950957774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.399Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950967138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.400Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.401Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.401Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.402Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950968140,
  "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-09-29T01:30:52.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.402Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950967903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.403Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.403Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950959405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.404Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950960788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.405Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695950969141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.405Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.405Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950969650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.406Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950962438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.407Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950970257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.407Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950970458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.408Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950970653,
  "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-09-29T01:30:52.416Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
2023-09-29T01:30:52.416Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 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-09-29T01:30:52.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950970234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950970577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950971262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695950971709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:30:52.441Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06f38abc-86ab-4d3b-a674-a56ba34871fd
2023-09-29T01:30:52.441Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06f38abc-86ab-4d3b-a674-a56ba34871fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:30:52.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950971236,
  "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-09-29T01:30:52.458Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
2023-09-29T01:30:52.458Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 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-09-29T01:30:52.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.467Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950971659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.468Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695950972264,
  "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-09-29T01:30:52.474Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06f38abc-86ab-4d3b-a674-a56ba34871fd
2023-09-29T01:30:52.474Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06f38abc-86ab-4d3b-a674-a56ba34871fd 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-09-29T01:30:52.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.484Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.485Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950972734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.486Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950973977,
  "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-09-29T01:30:52.492Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06f38abc-86ab-4d3b-a674-a56ba34871fd
2023-09-29T01:30:52.492Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06f38abc-86ab-4d3b-a674-a56ba34871fd 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-09-29T01:30:52.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.504Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695950974978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:30:52.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950971655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:30:52.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.508Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950979746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:30:52.508Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.508Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.509Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.510Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:30:52.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:30:52.511Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:30:52.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:31:00.187Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:31:00.203Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5
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-09-29T01:31:00.207Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:31:00.207Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:31:00.207Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:31:00.207Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:31:00.208Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:31:00.208Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:31:00.208Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:31:00.208Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:31:00.208Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:31:00.208Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:31:00.214Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:31:30.214Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 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-09-29T01:31:30.224Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 and serviceModelVersionId: 756f9cf0-75f2-4907-a65f-f4ba70afa8fe
2023-09-29T01:31:30.225Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f438aaf4-9f90-4d7e-b27e-b7219c3ffe43
2023-09-29T01:31:30.226Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0
2023-09-29T01:31:30.234Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:31:30.280Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0|INFO|500||Invoke
2023-09-29T01:31:30.288Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc824906-a512-4dd5-a3a4-fe4da8dc0ae5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca42cda9-41d1-498b-a83a-fb130a459746], X-ECOMP-RequestID=[dc824906-a512-4dd5-a3a4-fe4da8dc0ae5], X-TransactionId=[], X-ONAP-RequestID=[dc824906-a512-4dd5-a3a4-fe4da8dc0ae5], Content-Type=[application/merge-patch+json]}
2023-09-29T01:31:30.294Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:31:30.454Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?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/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:31:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[479280], x-aai-txid=[1-aai-resources-230929-01:31:30:663-11680], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:31:30.454Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:31:30.455Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f438aaf4-9f90-4d7e-b27e-b7219c3ffe43/model-vers/model-ver/756f9cf0-75f2-4907-a65f-f4ba70afa8fe?depth=0|INFO|500||InvokeReturn
2023-09-29T01:31:30.456Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:31:30.456Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||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-09-29T01:31:30.463Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-29T01:31:30.464Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc824906-a512-4dd5-a3a4-fe4da8dc0ae5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:31:30.464Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:31:30.464Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:30.464Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:30.465Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951090464,
  "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-09-29T01:31:31.480Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:31:31.487Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-09-29T01:31:31.488Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"06f38abc-86ab-4d3b-a674-a56ba34871fd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"12d00268-4dc1-4f55-9e8a-216fc84244f0","serviceDescription":"service","serviceInvariantUUID":"b7fe5d9d-34f6-48a8-8296-3e4b21010df0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed848539-ed78-4dd6-9b43-a2534e93d3c5","resourceInvariantUUID":"e899880f-9878-4089-99f4-2951a7f84cec","resourceCustomizationUUID":"46f67b5e-8373-47e9-826f-200a4ac10984","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":"NTg1OTgyYWQyNTAyYWYzMzQ1OWU3NjI2YTI0ZmRhMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f239afe-d095-426a-93e1-c47f8fd2b81b","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":"ZTkzNjgyZTNhOTE0ZWZkZWY2Yzc5ZWQxODhkN2RiNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17e34e11-c42e-48f8-9107-2fae05a39327","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":"c36e90ea-7b58-4e9a-b1ba-dea35b2fb681","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":"2c911085-6afe-4e8c-b196-656b5b43c24d","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":"624decb4-2790-49c5-86fe-706156872d68","artifactVersion":"2","generatedFromUUID":"c36e90ea-7b58-4e9a-b1ba-dea35b2fb681"},{"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":"MTUxYjQ5OTQ1MWIzZDAxY2E0NTQxMDg1NGQ3ZDVmMjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f4663e9c-63d7-402e-976f-1c80660e6fdc","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":"NDMxNGEzMzg3YzEzYWZjM2E3NzgyNzdhODE0NWY5YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"653bf5ba-bd5e-4c8b-9069-21f1dbed61de","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGI1NTdlZjIyZDY4ODJhNTJkNjVhMTI0ZjZlODkwZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6734d68-0f20-4052-b168-4d0378c51409","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:31:31.492Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:31.492Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:31.492Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:31.493Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "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-09-29T01:31:32.494Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:32.494Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:32.494Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:32.494Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "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-09-29T01:31:33.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:33.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:33.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:33.495Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "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-09-29T01:31:34.496Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:34.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:34.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:34.497Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "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-09-29T01:31:35.498Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:35.498Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:35.498Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:35.499Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "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-09-29T01:31:36.499Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:36.500Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:36.500Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:36.500Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "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-09-29T01:31:37.501Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:37.502Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:37.502Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:37.502Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:31:38.503Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:31:38.503Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:38.503Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:38.503Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:31:39.504Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "12d00268-4dc1-4f55-9e8a-216fc84244f0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7fe5d9d-34f6-48a8-8296-3e4b21010df0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "46f67b5e-8373-47e9-826f-200a4ac10984",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ed848539-ed78-4dd6-9b43-a2534e93d3c5",
      "resourceInvariantUUID": "e899880f-9878-4089-99f4-2951a7f84cec",
      "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": "ZTkzNjgyZTNhOTE0ZWZkZWY2Yzc5ZWQxODhkN2RiNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "17e34e11-c42e-48f8-9107-2fae05a39327",
          "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": "c36e90ea-7b58-4e9a-b1ba-dea35b2fb681",
          "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": "624decb4-2790-49c5-86fe-706156872d68",
            "generatedFromUUID": "c36e90ea-7b58-4e9a-b1ba-dea35b2fb681"
          },
          "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": "624decb4-2790-49c5-86fe-706156872d68",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGI1NTdlZjIyZDY4ODJhNTJkNjVhMTI0ZjZlODkwZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6734d68-0f20-4052-b168-4d0378c51409"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T01:31:39.504Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:31:39.505Z|dc824906-a512-4dd5-a3a4-fe4da8dc0ae5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12d00268-4dc1-4f55-9e8a-216fc84244f0 ASDC
2023-09-29T01:31:39.506Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:06f38abc-86ab-4d3b-a674-a56ba34871fd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:12d00268-4dc1-4f55-9e8a-216fc84244f0
ServiceInvariantUUID:b7fe5d9d-34f6-48a8-8296-3e4b21010df0
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:d6734d68-0f20-4052-b168-4d0378c51409
ArtifactChecksum:OGI1NTdlZjIyZDY4ODJhNTJkNjVhMTI0ZjZlODkwZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:46f67b5e-8373-47e9-826f-200a4ac10984
ResourceInvariantUUID:e899880f-9878-4089-99f4-2951a7f84cec
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ed848539-ed78-4dd6-9b43-a2534e93d3c5
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:17e34e11-c42e-48f8-9107-2fae05a39327
ArtifactChecksum:ZTkzNjgyZTNhOTE0ZWZkZWY2Yzc5ZWQxODhkN2RiNTA=
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:c36e90ea-7b58-4e9a-b1ba-dea35b2fb681
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:624decb4-2790-49c5-86fe-706156872d68
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:624decb4-2790-49c5-86fe-706156872d68
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-09-29T01:31:39.506Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12d00268-4dc1-4f55-9e8a-216fc84244f0 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-09-29T01:31:39.570Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:31:39.571Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:31:39.571Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:31:39.571Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d6734d68-0f20-4052-b168-4d0378c51409 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-09-29T01:31:39.571Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:31:39.572Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-09-29T01:31:39.647Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:31:39.647Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d6734d68-0f20-4052-b168-4d0378c51409 82974
2023-09-29T01:31:39.648Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-09-29T01:31:39.648Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-09-29T01:31:39.648Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:31:39.648Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:39.648Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:39.648Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951099648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:31:40.649Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:31:40.649Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:31:40.650Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d6734d68-0f20-4052-b168-4d0378c51409, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-09-29T01:31:40.650Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-09-29T01:31:40.650Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-09-29T01:31:40.650Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-09-29T01:31:40.833Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6418780989089966313/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-09-29T01:31:41.833Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:31:41.833Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-09-29T01:31:41.833Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-09-29T01:31:41.833Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.834Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:41.835Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:41.835Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-09-29T01:31:41.835Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:31:41.835Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.835Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:41.835Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:41.836Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-09-29T01:31:41.836Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:31:41.836Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.836Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:41.836Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.836Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-09-29T01:31:41.836Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-09-29T01:31:41.837Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-09-29T01:31:41.837Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-09-29T01:31:41.837Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-09-29T01:31:41.837Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-09-29T01:31:41.837Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.837Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:31:41.837Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.838Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:41.838Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:31:41.838Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.838Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:41.838Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:31:41.838Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.838Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0082a68e-61ff-4ed5-85fb-b2f0623bbba2
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.839Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:41.840Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.840Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:41.840Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.840Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:41.840Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:41.840Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:41.840Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:12d00268-4dc1-4f55-9e8a-216fc84244f0
Model Version:NULL
Model InvariantUuid:b7fe5d9d-34f6-48a8-8296-3e4b21010df0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:55c818cc-0550-4584-8aa6-53ddb1dbc7b6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e899880f-9878-4089-99f4-2951a7f84cec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:46f67b5e-8373-47e9-826f-200a4ac10984
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b6de23e-f9e4-4987-815b-bf38fb2ba2e0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2140146f-ef7c-446a-a855-7aa0c9d9f251
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0082a68e-61ff-4ed5-85fb-b2f0623bbba2
ModelInvariantUuid:69410c6d-f311-4741-abb7-a27c661a58da
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0689d25c-416b-4601-b73f-0a664dd38a3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:85f5e3f3-e52c-41a9-a94b-fb832beccf1b
ModelInvariantUuid:c16b9fd6-2405-46d2-b9dd-1f14f64a1592
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:da9ea37b-7f28-4ac9-9677-a4e5b0c86784
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-09-29T01:31:41.848Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ed848539-ed78-4dd6-9b43-a2534e93d3c5
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-09-29T01:31:41.853Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2023-09-29T01:31:41.853Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed848539-ed78-4dd6-9b43-a2534e93d3c5
2023-09-29T01:31:41.853Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 17e34e11-c42e-48f8-9107-2fae05a39327 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-09-29T01:31:41.853Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:31:41.853Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.915Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:31:41.916Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 17e34e11-c42e-48f8-9107-2fae05a39327 792
2023-09-29T01:31:41.916Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.916Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:41.916Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:31:41.916Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:41.916Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:41.917Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951101916,
  "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-09-29T01:31:42.917Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1b6de23e-f9e4-4987-815b-bf38fb2ba2e0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2140146f-ef7c-446a-a855-7aa0c9d9f251",
    "vfModuleModelCustomizationUUID": "6ea3dcea-fecd-4396-a828-dcc6f9c4a190",
    "isBase": true,
    "artifacts": [
      "c36e90ea-7b58-4e9a-b1ba-dea35b2fb681",
      "624decb4-2790-49c5-86fe-706156872d68"
    ],
    "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-09-29T01:31:42.920Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2140146f-ef7c-446a-a855-7aa0c9d9f251
VfModuleModelInvariantUUID:1b6de23e-f9e4-4987-815b-bf38fb2ba2e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
c36e90ea-7b58-4e9a-b1ba-dea35b2fb681
,
624decb4-2790-49c5-86fe-706156872d68

}
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-09-29T01:31:42.922Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1b6de23e-f9e4-4987-815b-bf38fb2ba2e0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2140146f-ef7c-446a-a855-7aa0c9d9f251",
    "vfModuleModelCustomizationUUID": "6ea3dcea-fecd-4396-a828-dcc6f9c4a190",
    "isBase": true,
    "artifacts": [
      "c36e90ea-7b58-4e9a-b1ba-dea35b2fb681",
      "624decb4-2790-49c5-86fe-706156872d68"
    ],
    "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-09-29T01:31:42.922Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2140146f-ef7c-446a-a855-7aa0c9d9f251
VfModuleModelInvariantUUID:1b6de23e-f9e4-4987-815b-bf38fb2ba2e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
c36e90ea-7b58-4e9a-b1ba-dea35b2fb681
,
624decb4-2790-49c5-86fe-706156872d68

}
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-09-29T01:31:42.922Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c36e90ea-7b58-4e9a-b1ba-dea35b2fb681 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-09-29T01:31:42.922Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:31:42.922Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:43.006Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:31:43.007Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c36e90ea-7b58-4e9a-b1ba-dea35b2fb681 5033
2023-09-29T01:31:43.007Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:43.007Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:43.007Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:31:43.007Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:43.007Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:43.007Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951103007,
  "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-09-29T01:31:44.008Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 624decb4-2790-49c5-86fe-706156872d68 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-09-29T01:31:44.008Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:31:44.008Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:44.073Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:31:44.073Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 624decb4-2790-49c5-86fe-706156872d68 903
2023-09-29T01:31:44.074Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:44.074Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:44.074Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:31:44.074Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:44.074Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:44.075Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951104074,
  "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-09-29T01:31:45.075Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 12d00268-4dc1-4f55-9e8a-216fc84244f0
2023-09-29T01:31:45.076Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ed848539-ed78-4dd6-9b43-a2534e93d3c5 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-09-29T01:31:45.093Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@777d9003, org.onap.sdc.toscaparser.api.parameters.Input@251bcb6a, org.onap.sdc.toscaparser.api.parameters.Input@2dba089e, org.onap.sdc.toscaparser.api.parameters.Input@61b12f00, org.onap.sdc.toscaparser.api.parameters.Input@7a5746bd]
2023-09-29T01:31:45.095Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.095Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.096Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2023-09-29T01:31:45.096Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 46f67b5e-8373-47e9-826f-200a4ac10984
2023-09-29T01:31:45.096Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 46f67b5e-8373-47e9-826f-200a4ac10984 matches Tosca VF Customization UUID: 46f67b5e-8373-47e9-826f-200a4ac10984
2023-09-29T01:31:45.096Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 46f67b5e-8373-47e9-826f-200a4ac10984  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-09-29T01:31:45.099Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.099Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.100Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 46f67b5e-8373-47e9-826f-200a4ac10984: {\"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-09-29T01:31:45.101Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@144e7def
2023-09-29T01:31:45.101Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.101Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:31:45.101Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ea3dcea-fecd-4396-a828-dcc6f9c4a190
2023-09-29T01:31:45.102Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ea3dcea-fecd-4396-a828-dcc6f9c4a190
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-09-29T01:31:45.104Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.105Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:45.105Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:31:45.105Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.106Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:45.106Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:31:45.106Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.106Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-09-29T01:31:45.106Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-09-29T01:31:45.107Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-09-29T01:31:45.107Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0082a68e-61ff-4ed5-85fb-b2f0623bbba2
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-09-29T01:31:45.109Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.109Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:45.109Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:31:45.110Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.110Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-09-29T01:31:45.110Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=46f67b5e-8373-47e9-826f-200a4ac10984
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-09-29T01:31:45.112Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.112Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.113Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 12d00268-4dc1-4f55-9e8a-216fc84244f0: basic_vm_macro
2023-09-29T01:31:45.113Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.113Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.113Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.114Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.114Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.114Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.114Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.115Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.115Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:31:45.115Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:31:45.115Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:45.242Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ed848539-ed78-4dd6-9b43-a2534e93d3c5 1 ASDC deployResourceStructure
2023-09-29T01:31:45.242Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:45.242Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:45.243Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:31:45.243Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:45.243Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:45.243Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951105242,
  "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-09-29T01:31:46.244Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:46.244Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:46.244Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:31:46.245Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:46.245Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:46.245Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951106244,
  "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-09-29T01:31:47.246Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:47.246Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:31:47.246Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:31:47.246Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:47.246Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:47.246Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951107246,
  "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-09-29T01:31:48.247Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-09-29T01:31:48.247Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-09-29T01:31:48.248Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:31:48.248Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:31:48.248Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:31:48.248Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951108247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:31:49.249Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06f38abc-86ab-4d3b-a674-a56ba34871fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:31:49.260Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06f38abc-86ab-4d3b-a674-a56ba34871fd
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-09-29T01:31:49.264Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:31:49.264Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:31:49.264Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:31:52.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:31:52.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.251Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:31:52.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:31:52.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:31:52.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:31:52.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950987774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950995981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950997374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:31:52.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:31:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "aai-model-loader",
  "timestamp": 1695950998377,
  "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-09-29T01:31:52.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06f38abc-86ab-4d3b-a674-a56ba34871fd
2023-09-29T01:31:52.269Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06f38abc-86ab-4d3b-a674-a56ba34871fd 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-09-29T01:31:52.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.281Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950998132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:31:52.281Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:31:52.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:31:52.281Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695950999133,
  "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-09-29T01:31:52.288Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06f38abc-86ab-4d3b-a674-a56ba34871fd
2023-09-29T01:31:52.288Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06f38abc-86ab-4d3b-a674-a56ba34871fd 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-09-29T01:32:19.265Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06f38abc-86ab-4d3b-a674-a56ba34871fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:32:19.278Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06f38abc-86ab-4d3b-a674-a56ba34871fd
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-09-29T01:32:19.281Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:32:19.281Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:32:19.281Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:32:19.282Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:32:19.282Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:32:19.282Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:32:19.282Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:32:19.283Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:32:19.283Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:32:19.283Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:32:19.289Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:32:49.290Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06f38abc-86ab-4d3b-a674-a56ba34871fd 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-09-29T01:32:49.295Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06f38abc-86ab-4d3b-a674-a56ba34871fd and serviceModelVersionId: 12d00268-4dc1-4f55-9e8a-216fc84244f0
2023-09-29T01:32:49.295Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7fe5d9d-34f6-48a8-8296-3e4b21010df0
2023-09-29T01:32:49.295Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0
2023-09-29T01:32:49.299Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:32:49.332Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0|INFO|500||Invoke
2023-09-29T01:32:49.332Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06f38abc-86ab-4d3b-a674-a56ba34871fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3abc63e-6e92-4383-b9b2-1fbb26711193], X-ECOMP-RequestID=[06f38abc-86ab-4d3b-a674-a56ba34871fd], X-TransactionId=[], X-ONAP-RequestID=[06f38abc-86ab-4d3b-a674-a56ba34871fd], Content-Type=[application/merge-patch+json]}
2023-09-29T01:32:49.342Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:32:49.457Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?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/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:32:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[112], vertex-id=[233696], x-aai-txid=[2-aai-resources-230929-01:32:49:711-82414], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:32:49.457Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:32:49.458Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7fe5d9d-34f6-48a8-8296-3e4b21010df0/model-vers/model-ver/12d00268-4dc1-4f55-9e8a-216fc84244f0?depth=0|INFO|500||InvokeReturn
2023-09-29T01:32:49.458Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:32:49.459Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||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-09-29T01:32:49.464Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-29T01:32:49.464Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06f38abc-86ab-4d3b-a674-a56ba34871fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:32:49.465Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:32:49.465Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:49.465Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:49.465Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951169465,
  "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-09-29T01:32:50.478Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-09-29T01:32:50.478Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"b6efe34c-117a-4376-809d-efe5f2c0554d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e47d7046-8467-4297-b3a7-691d4fbf143c","serviceDescription":"service","serviceInvariantUUID":"cb88194d-0eeb-4c0f-883b-d6f676ad9f95","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"18b577cf-e149-47f3-a87a-aeb2d2cd748d","resourceInvariantUUID":"8337b690-76fa-4ae8-8662-92eeaaa331ce","resourceCustomizationUUID":"8c3ee17b-6939-4fac-8f45-addbf6c874e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTY3ZGFlZjhhNTk3ZjljMjM5ZmMzYjI2MjRlY2I2MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4adbbfb-40a3-4d95-8242-ba2b090eb7c4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c9fa0f6-1383-431b-8f43-bdcd8139f15c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecfa8bf3-d0bd-4faa-80c0-8c5930efdead","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MzdmNjU2MTA3Nzk1M2E1YTIwYmY0YmVkOGQ5ODEyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2bc24eee-abde-431a-a2bd-383b488614fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d92cad9-ee2a-42a2-953c-b48300312d96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"84a19018-cc9b-40a1-ac29-c149a9d4cbae","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50abfa03-a894-40fd-93a8-d9119070b3d0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YWY1ZTMyYjQ5NDRjNjllZGM3YmVmMjFjMWE5NjAxYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb494c1e-eafa-4f1a-856a-d2fb67becee3","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM0ZGM4YzcyYTI1OGFjNWY3ZTJlYzZiNDkzNzIwZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c933b7b-0264-444d-b5fc-57836acfc534","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:32:50.478Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:50.479Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:50.479Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:50.479Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:51.480Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:51.480Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:51.480Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:51.481Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:52.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:52.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.256Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.260Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.261Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.262Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.264Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951077774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1695951065987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951063270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951079301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951032711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951089391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951090224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951090039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951090041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc824906-a512-4dd5-a3a4-fe4da8dc0ae5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951090464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:32:52.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951091042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:32:52.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:32:52.293Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6efe34c-117a-4376-809d-efe5f2c0554d
2023-09-29T01:32:52.293Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6efe34c-117a-4376-809d-efe5f2c0554d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:32:52.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951091173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:32:52.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1695951092045,
  "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-09-29T01:32:52.308Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6efe34c-117a-4376-809d-efe5f2c0554d
2023-09-29T01:32:52.309Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6efe34c-117a-4376-809d-efe5f2c0554d 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-09-29T01:32:52.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.319Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1695951092175,
  "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-09-29T01:32:52.325Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6efe34c-117a-4376-809d-efe5f2c0554d
2023-09-29T01:32:52.325Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6efe34c-117a-4376-809d-efe5f2c0554d 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-09-29T01:32:52.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951098470,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:32:52.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.336Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:32:52.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.336Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "aai-model-loader",
  "timestamp": 1695951099472,
  "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-09-29T01:32:52.341Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6efe34c-117a-4376-809d-efe5f2c0554d
2023-09-29T01:32:52.341Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6efe34c-117a-4376-809d-efe5f2c0554d 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-09-29T01:32:52.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.350Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951099648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951101916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951103007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.351Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951104074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951105242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951106244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.352Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951107246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-09-29T01:32:52.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:32:52.353Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951108247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:32:52.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:32:52.481Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:52.482Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:52.482Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:52.482Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:53.483Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:53.483Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:53.483Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:53.484Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:54.484Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:54.485Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:54.485Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:54.485Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:55.486Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:55.486Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:55.486Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:55.486Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:56.487Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:56.488Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:56.488Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:56.488Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:57.489Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:57.489Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:57.489Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:57.489Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:58.490Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:32:58.490Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:58.491Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:58.491Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:32:59.491Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e47d7046-8467-4297-b3a7-691d4fbf143c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cb88194d-0eeb-4c0f-883b-d6f676ad9f95",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8c3ee17b-6939-4fac-8f45-addbf6c874e8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "18b577cf-e149-47f3-a87a-aeb2d2cd748d",
      "resourceInvariantUUID": "8337b690-76fa-4ae8-8662-92eeaaa331ce",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YmM0ZGM4YzcyYTI1OGFjNWY3ZTJlYzZiNDkzNzIwZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c933b7b-0264-444d-b5fc-57836acfc534"
    }
  ],
  "workloadContext": "Production"
}
2023-09-29T01:32:59.492Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:32:59.492Z|06f38abc-86ab-4d3b-a674-a56ba34871fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e47d7046-8467-4297-b3a7-691d4fbf143c ASDC
2023-09-29T01:32:59.493Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b6efe34c-117a-4376-809d-efe5f2c0554d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e47d7046-8467-4297-b3a7-691d4fbf143c
ServiceInvariantUUID:cb88194d-0eeb-4c0f-883b-d6f676ad9f95
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:8c933b7b-0264-444d-b5fc-57836acfc534
ArtifactChecksum:YmM0ZGM4YzcyYTI1OGFjNWY3ZTJlYzZiNDkzNzIwZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8c3ee17b-6939-4fac-8f45-addbf6c874e8
ResourceInvariantUUID:8337b690-76fa-4ae8-8662-92eeaaa331ce
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:18b577cf-e149-47f3-a87a-aeb2d2cd748d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-09-29T01:32:59.494Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e47d7046-8467-4297-b3a7-691d4fbf143c 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-09-29T01:32:59.543Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:32:59.544Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:32:59.544Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:32:59.544Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c933b7b-0264-444d-b5fc-57836acfc534 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-09-29T01:32:59.544Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-09-29T01:32:59.544Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-09-29T01:32:59.612Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-09-29T01:32:59.613Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8c933b7b-0264-444d-b5fc-57836acfc534 111070
2023-09-29T01:32:59.614Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-09-29T01:32:59.614Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-09-29T01:32:59.614Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:32:59.614Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:32:59.614Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:32:59.614Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951179614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:33:00.615Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:33:00.616Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-09-29T01:33:00.616Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8c933b7b-0264-444d-b5fc-57836acfc534, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:00.616Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-09-29T01:33:00.617Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:00.617Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:00.798Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2070744649506740698/Definitions/service-TestPnfMacro-template.yml
2023-09-29T01:33:02.219Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:33:02.220Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-09-29T01:33:02.220Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.220Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-09-29T01:33:02.220Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.220Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.220Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.220Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.221Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.221Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.221Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.221Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-09-29T01:33:02.221Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.222Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.222Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-09-29T01:33:02.223Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-09-29T01:33:02.223Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:33:02.223Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.224Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.224Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-09-29T01:33:02.224Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-09-29T01:33:02.224Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:33:02.225Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.225Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.225Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.226Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.226Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.226Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.227Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.227Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.227Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.227Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.228Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e47d7046-8467-4297-b3a7-691d4fbf143c
Model Version:NULL
Model InvariantUuid:cb88194d-0eeb-4c0f-883b-d6f676ad9f95
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-09-29T01:33:02.239Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 18b577cf-e149-47f3-a87a-aeb2d2cd748d
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-09-29T01:33:02.243Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||test-pnf 0
2023-09-29T01:33:02.243Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 18b577cf-e149-47f3-a87a-aeb2d2cd748d
2023-09-29T01:33:02.243Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e47d7046-8467-4297-b3a7-691d4fbf143c
2023-09-29T01:33:02.243Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e47d7046-8467-4297-b3a7-691d4fbf143c
2023-09-29T01:33:02.243Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 18b577cf-e149-47f3-a87a-aeb2d2cd748d 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-09-29T01:33:02.248Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66a4d92b, org.onap.sdc.toscaparser.api.parameters.Input@4c55bf0f, org.onap.sdc.toscaparser.api.parameters.Input@17248452, org.onap.sdc.toscaparser.api.parameters.Input@621fca51, org.onap.sdc.toscaparser.api.parameters.Input@22b23ab8]
2023-09-29T01:33:02.249Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.249Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.249Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e47d7046-8467-4297-b3a7-691d4fbf143c: test-pnf
2023-09-29T01:33:02.249Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Processing PNF resource: 18b577cf-e149-47f3-a87a-aeb2d2cd748d
2023-09-29T01:33:02.249Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-09-29T01:33:02.250Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:33:02.250Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Resource customization UUID: 8c3ee17b-6939-4fac-8f45-addbf6c874e8 is the same as notified resource customizationUUID: 8c3ee17b-6939-4fac-8f45-addbf6c874e8
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-09-29T01:33:02.319Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 18b577cf-e149-47f3-a87a-aeb2d2cd748d 0 ASDC deployResourceStructure
2023-09-29T01:33:02.319Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-09-29T01:33:02.319Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-09-29T01:33:02.319Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:33:02.320Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:33:02.320Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:33:02.320Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951182319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:33:03.323Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6efe34c-117a-4376-809d-efe5f2c0554d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-29T01:33:03.336Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6efe34c-117a-4376-809d-efe5f2c0554d
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-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:33:03.339Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:33:03.340Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-09-29T01:33:03.340Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:33:03.349Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:33:33.350Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6efe34c-117a-4376-809d-efe5f2c0554d 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-09-29T01:33:33.367Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6efe34c-117a-4376-809d-efe5f2c0554d and serviceModelVersionId: e47d7046-8467-4297-b3a7-691d4fbf143c
2023-09-29T01:33:33.367Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb88194d-0eeb-4c0f-883b-d6f676ad9f95
2023-09-29T01:33:33.369Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb88194d-0eeb-4c0f-883b-d6f676ad9f95/model-vers/model-ver/e47d7046-8467-4297-b3a7-691d4fbf143c?depth=0
2023-09-29T01:33:33.377Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:33:33.434Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb88194d-0eeb-4c0f-883b-d6f676ad9f95/model-vers/model-ver/e47d7046-8467-4297-b3a7-691d4fbf143c?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-09-29T01:33:33.439Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb88194d-0eeb-4c0f-883b-d6f676ad9f95/model-vers/model-ver/e47d7046-8467-4297-b3a7-691d4fbf143c?depth=0|INFO|500||Invoke
2023-09-29T01:33:33.445Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb88194d-0eeb-4c0f-883b-d6f676ad9f95/model-vers/model-ver/e47d7046-8467-4297-b3a7-691d4fbf143c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-09-29T01:33:33.643Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb88194d-0eeb-4c0f-883b-d6f676ad9f95/model-vers/model-ver/e47d7046-8467-4297-b3a7-691d4fbf143c?depth=0|INFO|500||InvokeReturn
2023-09-29T01:33:33.643Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb88194d-0eeb-4c0f-883b-d6f676ad9f95/model-vers/model-ver/e47d7046-8467-4297-b3a7-691d4fbf143c?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:33:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[524336], x-aai-txid=[1-aai-resources-230929-01:33:33:825-50429], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:33:33.644Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:33:33.645Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:33:33.645Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||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-09-29T01:33:33.650Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-29T01:33:33.650Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6efe34c-117a-4376-809d-efe5f2c0554d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:33:33.650Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:33:33.651Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:33:33.651Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:33:33.651Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951213650,
  "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-09-29T01:33:34.669Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:33:52.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:33:52.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:33:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "06f38abc-86ab-4d3b-a674-a56ba34871fd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951169465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:33:52.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:33:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:33:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:33:52.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:33:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:33:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:33:52.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:34.670Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:34:52.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:34:52.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.252Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:34:52.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951091480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.254Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951179614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-09-29T01:34:52.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951182319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-09-29T01:34:52.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:34:52.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-09-29T01:34:52.255Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6efe34c-117a-4376-809d-efe5f2c0554d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1695951213650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:34:52.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:35:34.671Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:35:52.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:36:34.672Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:36:52.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:37:34.673Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:37:52.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:38:34.674Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:38:52.253Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:39:34.676Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:39:52.253Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:40:34.677Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:40:52.254Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:41:34.678Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:41:52.255Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:42:34.680Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:42:52.256Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:43:34.681Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:43:52.258Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:44:34.684Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:44:52.260Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:45:34.685Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:45:52.260Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:46:34.686Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:46:52.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:47:34.687Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:47:52.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:48:34.687Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:48:52.267Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:49:34.689Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:49:52.267Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:50:34.691Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:50:52.269Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:51:34.691Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:51:52.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:52:34.692Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:52:52.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:53:34.693Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:53:52.272Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:54:34.695Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:54:52.274Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:55:34.697Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:55:52.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:56:34.697Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:56:52.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:57:34.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:57:52.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:58:34.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:58:52.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:59:34.702Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:59:52.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:00:34.704Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:00:52.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:01:34.705Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:01:52.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:02:34.706Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:02:52.282Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:03:34.707Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:03:52.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:04:34.708Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:04:52.284Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:05:34.712Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:05:52.286Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:06:34.712Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:06:52.286Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:07:34.714Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:07:52.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:08:34.715Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:08:52.288Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:09:34.716Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:09:52.289Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:10:34.717Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:10:52.289Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:11:34.718Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:11:52.290Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:12:34.720Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:12:52.292Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:13:34.720Z|2c7fa8b8-84e3-4626-a666-16df01a03f88|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:13:52.293Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:14:34.721Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:14:52.294Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:15:34.723Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:15:52.296Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T02:16:34.724Z|b6efe34c-117a-4376-809d-efe5f2c0554d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T02:16:52.297Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO