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)

2024-01-05T01:25:54.904Z||main|||||INFO|500||The following profiles are active: basic
2024-01-05T01:26:11.451Z||main|||||INFO|500||Starting service [Tomcat]
2024-01-05T01:26:11.452Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2024-01-05T01:26:11.664Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2024-01-05T01:26:15.148Z||main|||||INFO|500||catdb-pool - Starting...
2024-01-05T01:26:15.504Z||main|||||INFO|500||catdb-pool - Start completed.
2024-01-05T01:26:16.005Z||main|||||INFO|500||reqdb-pool - Starting...
2024-01-05T01:26:16.023Z||main|||||INFO|500||reqdb-pool - Start completed.
2024-01-05T01:26:16.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2024-01-05T01:26:16.288Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2024-01-05T01:26:16.779Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2024-01-05T01:26:18.201Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2024-01-05T01:26:21.051Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-01-05T01:26:21.111Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2024-01-05T01:26:21.449Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2024-01-05T01:26:21.543Z||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.
2024-01-05T01:26:22.762Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-01-05T01:26:24.617Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2024-01-05T01:26:24.655Z||main|||||WARN|500||The sdc end point is not alive
2024-01-05T01:26:28.763Z||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
2024-01-05T01:26:31.756Z||main|||||WARN|500||---
2024-01-05T01:26:31.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2024-01-05T01:26:31.756Z||main|||||WARN|500||---
2024-01-05T01:26:32.170Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2024-01-05T01:26:38.309Z||main|||||INFO|500||Started Application in 48.711 seconds (JVM running for 50.711)
2024-01-05T01:26:38.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:26:38.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:26:38.350Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:26:38.462Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 71919e67-2298-4ba6-b60b-db5999b91fb6 url= /sdc/v1/artifactTypes
2024-01-05T01:26:38.469Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:26:38.678Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:26:38.683Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@50eca1b9
2024-01-05T01:26:38.684Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:26:38.713Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:26:38.759Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:26:38.765Z||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$$352ab97b.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
2024-01-05T01:27:28.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:27:28.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:27:28.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:27:28.302Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bf94a8c5-586e-4a2a-87fd-1fca8cdca3fd url= /sdc/v1/artifactTypes
2024-01-05T01:27:28.304Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:27:28.321Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:27:28.322Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@524d3b06
2024-01-05T01:27:28.322Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:27:28.322Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:27:28.323Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:27:28.323Z||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$$352ab97b.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
2024-01-05T01:28:18.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:28:18.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:28:18.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:28:18.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f04b4466-3bdf-473c-a1ec-6976c4f85116 url= /sdc/v1/artifactTypes
2024-01-05T01:28:18.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:28:18.322Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:28:18.322Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6c254963
2024-01-05T01:28:18.323Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:28:18.323Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:28:18.324Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:28:18.324Z||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$$352ab97b.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
2024-01-05T01:29:08.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:29:08.295Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:29:08.296Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:29:08.305Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 93d8a28b-a7fb-46c0-8049-9489bbb1e3d7 url= /sdc/v1/artifactTypes
2024-01-05T01:29:08.306Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:29:08.316Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:29:08.317Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1c699815
2024-01-05T01:29:08.318Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:29:08.319Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:29:08.320Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:29:08.321Z||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$$352ab97b.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
2024-01-05T01:29:58.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:29:58.295Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:29:58.296Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:29:58.304Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db6847b2-07bc-45b2-8c25-b646c40cac23 url= /sdc/v1/artifactTypes
2024-01-05T01:29:58.305Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:29:58.314Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:29:58.315Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f963e9d
2024-01-05T01:29:58.315Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:29:58.316Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:29:58.317Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:29:58.318Z||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$$352ab97b.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
2024-01-05T01:30:48.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:30:48.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:30:48.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:30:48.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= fd01515a-886a-40f1-b4b4-996c3ab3c815 url= /sdc/v1/artifactTypes
2024-01-05T01:30:48.300Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:30:48.314Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:30:48.314Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d2768fa
2024-01-05T01:30:48.314Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:30:48.315Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:30:48.315Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:30:48.316Z||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$$352ab97b.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
2024-01-05T01:31:38.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:31:38.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:31:38.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:31:38.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ecaa8cb8-60c5-4ea4-a1b3-6e401eece715 url= /sdc/v1/artifactTypes
2024-01-05T01:31:38.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:31:38.311Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:31:38.312Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f4e0d0
2024-01-05T01:31:38.312Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:31:38.313Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:31:38.315Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:31:38.316Z||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$$352ab97b.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
2024-01-05T01:32:28.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:32:28.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:32:28.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:32:28.301Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 43fc89c1-a6c3-449b-b2d9-4225cf97e9b5 url= /sdc/v1/artifactTypes
2024-01-05T01:32:28.302Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:32:28.312Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:32:28.312Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e54c093
2024-01-05T01:32:28.313Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:32:28.313Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:32:28.313Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:32:28.314Z||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$$352ab97b.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
2024-01-05T01:33:18.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:33:18.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:33:18.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:33:18.296Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0faf1ef0-e6a1-4411-b5e2-0d4182d3fc63 url= /sdc/v1/artifactTypes
2024-01-05T01:33:18.297Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:33:18.304Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:33:18.305Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@12b721a5
2024-01-05T01:33:18.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:33:18.305Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:33:18.306Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:33:18.306Z||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$$352ab97b.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
2024-01-05T01:34:08.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:34:08.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:34:08.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:34:08.296Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 71d209b7-601b-4e40-af65-32cace7fb484 url= /sdc/v1/artifactTypes
2024-01-05T01:34:08.297Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:34:08.308Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:34:08.308Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4230961e
2024-01-05T01:34:08.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:34:08.310Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:34:08.311Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:34:08.313Z||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$$352ab97b.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
2024-01-05T01:34:58.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:34:58.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:34:58.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:34:58.299Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 67ed7a28-fff7-42b2-bd37-3c41b9d346a1 url= /sdc/v1/artifactTypes
2024-01-05T01:34:58.299Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:34:58.309Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:34:58.310Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@482f1994
2024-01-05T01:34:58.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:34:58.310Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:34:58.311Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:34:58.311Z||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$$352ab97b.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
2024-01-05T01:35:48.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:35:48.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:35:48.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:35:48.299Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8b4060cc-e83c-4dd6-8f85-26d7eaf726c2 url= /sdc/v1/artifactTypes
2024-01-05T01:35:48.299Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:35:48.305Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:35:48.306Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@67eac10b
2024-01-05T01:35:48.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:35:48.307Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:35:48.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:35:48.308Z||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$$352ab97b.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
2024-01-05T01:36:18.159Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-01-05T01:36:38.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:36:38.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:36:38.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:36:38.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 97c4f699-3734-42c8-8e93-572be6c58e14 url= /sdc/v1/artifactTypes
2024-01-05T01:36:38.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:36:38.313Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:36:38.318Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31b74ed0
2024-01-05T01:36:38.319Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:36:38.320Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:36:38.320Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:36:38.321Z||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$$352ab97b.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
2024-01-05T01:37:28.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:37:28.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:37:28.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:37:28.297Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 89e21d34-8428-49aa-b5e1-5e7d653ff59b url= /sdc/v1/artifactTypes
2024-01-05T01:37:28.298Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:37:28.305Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:37:28.306Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f9946c5
2024-01-05T01:37:28.307Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:37:28.307Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:37:28.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:37:28.308Z||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$$352ab97b.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
2024-01-05T01:38:18.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:38:18.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:38:18.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:38:18.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2930482e-19dd-4a79-8cba-2923b67df6a5 url= /sdc/v1/artifactTypes
2024-01-05T01:38:18.300Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:38:18.316Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:38:18.317Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@49380ca5
2024-01-05T01:38:18.317Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:38:18.317Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:38:18.317Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:38:18.318Z||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$$352ab97b.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
2024-01-05T01:39:08.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:39:08.295Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:39:08.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:39:08.298Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 270c4e5e-459a-4948-8b8d-e143c31418cb url= /sdc/v1/artifactTypes
2024-01-05T01:39:08.298Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:39:08.306Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:39:08.307Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e1bf20
2024-01-05T01:39:08.307Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:39:08.307Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:39:08.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:39:08.307Z||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$$352ab97b.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
2024-01-05T01:39:58.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:39:58.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:39:58.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:39:58.298Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 32c17989-b805-407b-9f61-1a0fe48f6014 url= /sdc/v1/artifactTypes
2024-01-05T01:39:58.298Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:39:58.307Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:39:58.307Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3408c584
2024-01-05T01:39:58.307Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:39:58.308Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:39:58.308Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:39:58.308Z||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$$352ab97b.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
2024-01-05T01:40:48.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:40:48.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:40:48.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:40:48.297Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d15da058-21d6-4f35-b5dc-0d42a28de1b3 url= /sdc/v1/artifactTypes
2024-01-05T01:40:48.297Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:40:48.338Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2024-01-05T01:40:48.338Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@44519276
2024-01-05T01:40:48.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2024-01-05T01:40:48.338Z||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."}}}
2024-01-05T01:40:48.339Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2024-01-05T01:40:48.339Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 24732218-3caf-4489-b8f2-ff3ada991ce5 url= /sdc/v1/distributionKafkaData
2024-01-05T01:40:48.339Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2024-01-05T01:40:48.372Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2024-01-05T01:40:48.373Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36875b9d
2024-01-05T01:40:48.373Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2024-01-05T01:40:48.374Z||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."}}}
2024-01-05T01:40:48.374Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2024-01-05T01:40:48.375Z||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$$352ab97b.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
2024-01-05T01:41:38.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:41:38.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:41:38.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:41:38.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= dce5a151-039b-4ca3-9b09-317a5ce36810 url= /sdc/v1/artifactTypes
2024-01-05T01:41:38.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:41:38.402Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2024-01-05T01:41:38.412Z||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
2024-01-05T01:41:38.413Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2024-01-05T01:41:38.413Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7acdcc4c-5b1d-47ed-a28e-a5f8f4b1b6b9 url= /sdc/v1/distributionKafkaData
2024-01-05T01:41:38.413Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2024-01-05T01:41:38.502Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2024-01-05T01:41:38.508Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@7f4ca8f5
2024-01-05T01:41:38.609Z||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-289f6e1f-8f29-4506-b459-c21a1a7f0807
	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

2024-01-05T01:41:38.713Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Instantiated an idempotent producer.
2024-01-05T01:41:38.805Z||scheduling-1|||||INFO|500||Successfully logged in.
2024-01-05T01:41:38.870Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2024-01-05T01:41:38.870Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2024-01-05T01:41:38.871Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1704418898867
2024-01-05T01:41:38.877Z||scheduling-1|||||INFO|500||start DistributionClient
2024-01-05T01:41:38.902Z||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-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c
	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

2024-01-05T01:41:39.043Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2024-01-05T01:41:39.043Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2024-01-05T01:41:39.044Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1704418899043
2024-01-05T01:41:39.045Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:41:39.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:41:39.048Z||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-18619277-5cce-4bc1-aa2d-42bbfecd85dd
	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

2024-01-05T01:41:39.057Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2024-01-05T01:41:39.057Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2024-01-05T01:41:39.057Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1704418899057
2024-01-05T01:41:39.058Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:41:39.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:41:39.068Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2024-01-05T01:41:39.928Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Cluster ID: R2pmB0UoQSiZ65j2e5LUUQ
2024-01-05T01:41:39.928Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.928Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.929Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.930Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.929Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.930Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.931Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] ProducerId set to 2003 with epoch 0
2024-01-05T01:41:39.934Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Cluster ID: R2pmB0UoQSiZ65j2e5LUUQ
2024-01-05T01:41:39.934Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Cluster ID: R2pmB0UoQSiZ65j2e5LUUQ
2024-01-05T01:41:39.935Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2024-01-05T01:41:39.935Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2024-01-05T01:41:39.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] (Re-)joining group
2024-01-05T01:41:39.966Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] (Re-)joining group
2024-01-05T01:41:40.026Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f
2024-01-05T01:41:40.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5
2024-01-05T01:41:40.027Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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)
2024-01-05T01:41:40.027Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] (Re-)joining group
2024-01-05T01:41:40.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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)
2024-01-05T01:41:40.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] (Re-)joining group
2024-01-05T01:41:46.034Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f', protocol='range'}
2024-01-05T01:41:46.034Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5', protocol='range'}
2024-01-05T01:41:46.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.084Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.084Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.084Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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 qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.089Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f=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-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5=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])}
2024-01-05T01:41:46.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5', protocol='range'}
2024-01-05T01:41:46.121Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f', protocol='range'}
2024-01-05T01:41:46.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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])
2024-01-05T01:41:46.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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])
2024-01-05T01:41:46.127Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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
2024-01-05T01:41:46.127Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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
2024-01-05T01:41:46.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2024-01-05T01:41:46.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2024-01-05T01:41:46.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2024-01-05T01:41:46.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2024-01-05T01:41:46.146Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2024-01-05T01:41:46.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2024-01-05T01:41:46.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2024-01-05T01:41:46.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2024-01-05T01:41:46.174Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2024-01-05T01:41:46.176Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2024-01-05T01:41:46.234Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2024-01-05T01:41:46.234Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2024-01-05T01:41:46.238Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2024-01-05T01:41:46.239Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2024-01-05T01:41:46.249Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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}}.
2024-01-05T01:41:46.250Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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}}.
2024-01-05T01:41:46.250Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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}}.
2024-01-05T01:41:46.251Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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}}.
2024-01-05T01:41:46.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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}}.
2024-01-05T01:41:46.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, 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}}.
2024-01-05T01:42:39.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:42:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:43:39.056Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:43:39.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:44:39.057Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:44:39.064Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:45:39.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:45:39.065Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:46:39.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:46:39.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:47:39.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:47:39.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:48:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:48:39.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:49:39.062Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:49:39.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:50:39.063Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:50:39.083Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:50:39.983Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Node -1 disconnected.
2024-01-05T01:50:39.997Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Node -1 disconnected.
2024-01-05T01:50:40.245Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Node -1 disconnected.
2024-01-05T01:51:39.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:51:39.084Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:52:39.067Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:52:39.085Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:53:39.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:53:39.086Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:54:39.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:54:39.087Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:55:39.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:55:39.088Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:56:39.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:56:39.090Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:57:39.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:57:39.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:58:39.074Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:58:39.093Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:59:39.075Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:59:39.095Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:00:39.077Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:00:39.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:01:39.077Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:01:39.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:02:39.079Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:02:39.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:03:39.080Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:03:39.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:04:39.081Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:04:39.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:05:39.081Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:05:39.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:06:39.083Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:06:39.103Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:07:39.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:07:39.105Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:08:39.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:08:39.106Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:09:39.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:09:39.108Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:10:39.088Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:10:39.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:11:39.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:11:39.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:12:39.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:12:39.110Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:13:39.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:13:39.111Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:14:39.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:14:39.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:15:39.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:15:39.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:16:39.095Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:16:39.114Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:17:39.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:17:39.115Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:18:39.099Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:18:39.115Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:19:39.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:19:39.124Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:20:39.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:20:39.126Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:21:39.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:21:39.127Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:22:39.105Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:22:39.127Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:23:39.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:23:39.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:24:39.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:24:39.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:25:39.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:25:39.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:26:39.109Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:26:39.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:27:39.111Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:27:39.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:28:39.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:28:39.133Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:29:39.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:29:39.134Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:30:39.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:30:39.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:31:39.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:31:39.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:32:39.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:32:39.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:33:39.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:33:39.138Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:34:39.119Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:34:39.139Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:35:39.120Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:35:39.141Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:36:39.121Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:36:39.142Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:05.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:37:05.108Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"c2a87c70-426b-49bf-a43c-4fe384a703e5","serviceName":"vFW 2024-01-05 02-35-45","serviceVersion":"1.0","serviceUUID":"6a858cd1-02af-4baa-a745-6a7a507b8a04","serviceDescription":"catalog service description","serviceInvariantUUID":"1cdaf021-c266-4270-aa18-24520b90ebee","resources":[{"resourceInstanceName":"vFW bded2255-4527 0","resourceName":"vFW bded2255-4527","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"48ce9e47-4861-469b-8f59-c908679a8af5","resourceInvariantUUID":"5f271c1f-332a-4545-a64d-6a4a1b679538","resourceCustomizationUUID":"646d3a44-e5a0-4a34-a1b2-debd762b4a98","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml","artifactChecksum":"ZTEwNWFmMjQ1NTRjM2JhZGM3YTkwMmUxM2Y2ZTExZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8abcfeb6-6655-4eaa-910c-2ef5a2862b9e","artifactVersion":"1"},{"artifactName":"vfwbded225545270_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json","artifactChecksum":"MmViNjcwODFjZmExZmQ5ZGFmZGIyNGNiYjBkYzU4ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20f82c88-7d4f-405f-9b56-8c2fc8548c07","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e46409ff-4594-4ab1-89a5-9638e0f21d8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml","artifactChecksum":"YzkxYTc0YTQwZWZjYTRjZWM1YmFiNTdiOTY4MzE1ZDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08193496-57da-461f-95bc-8241c1315df9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efacfb70-62cb-4715-8a08-6c043e3f834a","artifactVersion":"2","generatedFromUUID":"e46409ff-4594-4ab1-89a5-9638e0f21d8f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20240105023545-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml","artifactChecksum":"ZDE1YmMwYTNlYWM3NDAwMjI0MzYwNDc5MzU5NmU4YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db19395b-3651-4c52-98e8-e609c01ec62c","artifactVersion":"1"},{"artifactName":"service-Vfw20240105023545-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar","artifactChecksum":"ZWViNmNlNTU4YmEzNGY0NjEyZGUzOGI1YTAxNzNhNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41bb5975-12fb-4b88-a0de-6776d50776b9","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:37:05.120Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:05.127Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:05.127Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:05.127Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:05.134Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.134Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.141Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.141Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.142Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.142Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T02:37:05.237Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422200837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:37:05.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:37:06.166Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:06.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:06.167Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:06.167Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:08.170Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:08.171Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:08.171Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:08.171Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:09.173Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:09.173Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:09.173Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:09.174Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:10.174Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:10.175Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:10.175Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:10.175Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:11.176Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:11.177Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:11.177Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:11.177Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:12.179Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "serviceName": "vFW 2024-01-05 02-35-45",
  "serviceVersion": "1.0",
  "serviceUUID": "6a858cd1-02af-4baa-a745-6a7a507b8a04",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1cdaf021-c266-4270-aa18-24520b90ebee",
  "resources": [
    {
      "resourceInstanceName": "vFW bded2255-4527 0",
      "resourceCustomizationUUID": "646d3a44-e5a0-4a34-a1b2-debd762b4a98",
      "resourceName": "vFW bded2255-4527",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "48ce9e47-4861-469b-8f59-c908679a8af5",
      "resourceInvariantUUID": "5f271c1f-332a-4545-a64d-6a4a1b679538",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbded225545270_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
          "artifactChecksum": "MmViNjcwODFjZmExZmQ5ZGFmZGIyNGNiYjBkYzU4ZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "20f82c88-7d4f-405f-9b56-8c2fc8548c07",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e46409ff-4594-4ab1-89a5-9638e0f21d8f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "efacfb70-62cb-4715-8a08-6c043e3f834a",
            "generatedFromUUID": "e46409ff-4594-4ab1-89a5-9638e0f21d8f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "efacfb70-62cb-4715-8a08-6c043e3f834a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20240105023545-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
      "artifactChecksum": "ZWViNmNlNTU4YmEzNGY0NjEyZGUzOGI1YTAxNzNhNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "41bb5975-12fb-4b88-a0de-6776d50776b9"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T02:37:12.180Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:37:12.180Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a858cd1-02af-4baa-a745-6a7a507b8a04 ASDC
2024-01-05T02:37:12.278Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c2a87c70-426b-49bf-a43c-4fe384a703e5
ServiceName:vFW 2024-01-05 02-35-45
ServiceVersion:1.0
ServiceUUID:6a858cd1-02af-4baa-a745-6a7a507b8a04
ServiceInvariantUUID:1cdaf021-c266-4270-aa18-24520b90ebee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20240105023545-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
ArtifactUUID:41bb5975-12fb-4b88-a0de-6776d50776b9
ArtifactChecksum:ZWViNmNlNTU4YmEzNGY0NjEyZGUzOGI1YTAxNzNhNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bded2255-4527 0
ResourceCustomizationUUID:646d3a44-e5a0-4a34-a1b2-debd762b4a98
ResourceInvariantUUID:5f271c1f-332a-4545-a64d-6a4a1b679538
ResourceName:vFW bded2255-4527
ResourceType:VF
ResourceUUID:48ce9e47-4861-469b-8f59-c908679a8af5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbded225545270_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
ArtifactUUID:20f82c88-7d4f-405f-9b56-8c2fc8548c07
ArtifactChecksum:MmViNjcwODFjZmExZmQ5ZGFmZGIyNGNiYjBkYzU4ZGQ=
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/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
ArtifactUUID:e46409ff-4594-4ab1-89a5-9638e0f21d8f
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/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
ArtifactUUID:efacfb70-62cb-4715-8a08-6c043e3f834a
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/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
ArtifactUUID:efacfb70-62cb-4715-8a08-6c043e3f834a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2024-01-05T02:37:12.278Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a858cd1-02af-4baa-a745-6a7a507b8a04 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 (?, ?, ?, ?, ?)
2024-01-05T02:37:12.777Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:37:12.778Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 41bb5975-12fb-4b88-a0de-6776d50776b9 from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:12.899Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:12.905Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar 41bb5975-12fb-4b88-a0de-6776d50776b9 100339
2024-01-05T02:37:12.906Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar ASDC sendASDCNotification
2024-01-05T02:37:12.906Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422232905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:13.908Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:37:13.910Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:37:13.910Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 41bb5975-12fb-4b88-a0de-6776d50776b9, URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar to file: /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:13.911Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20240105023545-csar.csar
2024-01-05T02:37:14.006Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:14.007Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:14.521Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16902764387100601089/Definitions/service-Vfw20240105023545-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2024-01-05T02:37:17.049Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:37:17.054Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:37:17.054Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bded2255-4527 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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:37:17.063Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.065Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.070Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.070Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:37:17.072Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T02:37:17.082Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.082Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a868bb9b-0add-4fc4-b85b-c9aa300db0ca
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e546915-6d85-4cc4-9ea3-68d64b74cc41
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f82602cb-6926-4c77-bd9d-9818b321757b
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.088Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:17.088Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.088Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2024-01-05 02-35-45
Description:catalog service description
Model UUID:6a858cd1-02af-4baa-a745-6a7a507b8a04
Model Version:NULL
Model InvariantUuid:1cdaf021-c266-4270-aa18-24520b90ebee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bded2255-4527
Model UUID:e641a8b9-66b0-4947-a72d-d79c6bd6cf4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f271c1f-332a-4545-a64d-6a4a1b679538
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:646d3a44-e5a0-4a34-a1b2-debd762b4a98
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:417cfc05-677c-4d0c-92b4-c599f8aa3e29
ModelName:VfwBded22554527..base_vfw..module-0
ModelUuid:268f896b-d847-4bd9-afa0-ac9f596caffe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a868bb9b-0add-4fc4-b85b-c9aa300db0ca
ModelInvariantUuid:11e8147d-c6e6-4226-9cfb-417b914c3ca5
ModelName:vFW bded2255-4527-nodes.vfwCvfc
ModelUuid:533e8837-d2c0-4a37-920e-498288f5c530
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1e0413ed-6c8d-41af-89a5-87c1c3268932
ModelInvariantUuid:3fa94cba-0792-4e39-a9f4-0bf5d82035db
ModelName:VfwBded22554527.compute.nodes.heat.vfw
ModelUuid:9b7c77bd-f2cd-4884-8bd6-49b332d4fac7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5e546915-6d85-4cc4-9ea3-68d64b74cc41
ModelInvariantUuid:85f4fed3-e32e-4673-aceb-d0959357a0c4
ModelName:vFW bded2255-4527-nodes.vsnCvfc
ModelUuid:a6017319-cae6-4135-9674-1b521ee6b9d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:66c5476a-08ba-4327-994f-df7a3f13affd
ModelInvariantUuid:80d3ca53-a419-45e1-9e28-0b5820182446
ModelName:VfwBded22554527.compute.nodes.heat.vsn
ModelUuid:f77ab2a2-3694-46fd-aad9-b8606502beda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f82602cb-6926-4c77-bd9d-9818b321757b
ModelInvariantUuid:c84a28f8-1e30-4bea-8e13-adb338879522
ModelName:vFW bded2255-4527-nodes.vpgCvfc
ModelUuid:2e23b290-09d6-4ef9-a315-c74ef6e15b66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fdacf0b6-3fe6-4a43-abc6-91df2e6e2020
ModelInvariantUuid:d4691d25-0e2e-4d05-9da7-c712104fd351
ModelName:VfwBded22554527.compute.nodes.heat.vpg
ModelUuid:af96bda0-aee8-4cff-ae01-cf1e6c1f960a
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=?
2024-01-05T02:37:17.119Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 48ce9e47-4861-469b-8f59-c908679a8af5
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=?
2024-01-05T02:37:17.223Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||vFW bded2255-4527 0
2024-01-05T02:37:17.229Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 48ce9e47-4861-469b-8f59-c908679a8af5
2024-01-05T02:37:17.230Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 20f82c88-7d4f-405f-9b56-8c2fc8548c07 from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:17.230Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:17.230Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:17.332Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:17.332Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json 20f82c88-7d4f-405f-9b56-8c2fc8548c07 785
2024-01-05T02:37:17.333Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json ASDC sendASDCNotification
2024-01-05T02:37:17.333Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:17.333Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:17.334Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:17.334Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:17.334Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422237333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:18.335Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBded22554527..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "417cfc05-677c-4d0c-92b4-c599f8aa3e29",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "268f896b-d847-4bd9-afa0-ac9f596caffe",
    "vfModuleModelCustomizationUUID": "c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c",
    "isBase": true,
    "artifacts": [
      "e46409ff-4594-4ab1-89a5-9638e0f21d8f",
      "efacfb70-62cb-4715-8a08-6c043e3f834a"
    ],
    "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": ""
    }
  }
]
2024-01-05T02:37:18.350Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBded22554527..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:268f896b-d847-4bd9-afa0-ac9f596caffe
VfModuleModelInvariantUUID:417cfc05-677c-4d0c-92b4-c599f8aa3e29
VfModuleModelDescription:NULL
Artifacts UUID List:{
e46409ff-4594-4ab1-89a5-9638e0f21d8f
,
efacfb70-62cb-4715-8a08-6c043e3f834a

}
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


}

2024-01-05T02:37:18.353Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBded22554527..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "417cfc05-677c-4d0c-92b4-c599f8aa3e29",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "268f896b-d847-4bd9-afa0-ac9f596caffe",
    "vfModuleModelCustomizationUUID": "c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c",
    "isBase": true,
    "artifacts": [
      "e46409ff-4594-4ab1-89a5-9638e0f21d8f",
      "efacfb70-62cb-4715-8a08-6c043e3f834a"
    ],
    "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": ""
    }
  }
]
2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBded22554527..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:268f896b-d847-4bd9-afa0-ac9f596caffe
VfModuleModelInvariantUUID:417cfc05-677c-4d0c-92b4-c599f8aa3e29
VfModuleModelDescription:NULL
Artifacts UUID List:{
e46409ff-4594-4ab1-89a5-9638e0f21d8f
,
efacfb70-62cb-4715-8a08-6c043e3f834a

}
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


}

2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e46409ff-4594-4ab1-89a5-9638e0f21d8f from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:18.487Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:18.488Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml e46409ff-4594-4ab1-89a5-9638e0f21d8f 20368
2024-01-05T02:37:18.489Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2024-01-05T02:37:18.489Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422238489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:19.491Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: efacfb70-62cb-4715-8a08-6c043e3f834a from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:19.492Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:19.492Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:19.614Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:19.614Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env efacfb70-62cb-4715-8a08-6c043e3f834a 2098
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env ASDC sendASDCNotification
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422239614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:20.616Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6a858cd1-02af-4baa-a745-6a7a507b8a04
2024-01-05T02:37:20.616Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bded2255-4527 0 48ce9e47-4861-469b-8f59-c908679a8af5 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=?
2024-01-05T02:37:20.660Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bc97b74, org.onap.sdc.toscaparser.api.parameters.Input@6ed1dc95, org.onap.sdc.toscaparser.api.parameters.Input@db4b070, org.onap.sdc.toscaparser.api.parameters.Input@2048fe70, org.onap.sdc.toscaparser.api.parameters.Input@205a23d6]
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 646d3a44-e5a0-4a34-a1b2-debd762b4a98
2024-01-05T02:37:20.665Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 646d3a44-e5a0-4a34-a1b2-debd762b4a98 matches Tosca VF Customization UUID: 646d3a44-e5a0-4a34-a1b2-debd762b4a98
2024-01-05T02:37:20.665Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 646d3a44-e5a0-4a34-a1b2-debd762b4a98  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=?
2024-01-05T02:37:20.675Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.675Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 646d3a44-e5a0-4a34-a1b2-debd762b4a98: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f0b9854
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T02:37:20.678Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c
2024-01-05T02:37:20.679Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c
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=?
2024-01-05T02:37:20.686Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.687Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.687Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.688Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.688Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:20.691Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.691Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a868bb9b-0add-4fc4-b85b-c9aa300db0ca
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=?
2024-01-05T02:37:20.700Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.700Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.703Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e546915-6d85-4cc4-9ea3-68d64b74cc41
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=?
2024-01-05T02:37:20.707Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.707Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.707Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f82602cb-6926-4c77-bd9d-9818b321757b
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=?
2024-01-05T02:37:20.716Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.716Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.716Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.717Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.717Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.717Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=646d3a44-e5a0-4a34-a1b2-debd762b4a98
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=?
2024-01-05T02:37:20.723Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.723Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6a858cd1-02af-4baa-a745-6a7a507b8a04: vFW bded2255-4527
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.726Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2024-01-05 02-35-45 
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 (?, ?, ?, ?, ?)
2024-01-05T02:37:21.820Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bded2255-4527 48ce9e47-4861-469b-8f59-c908679a8af5 1 ASDC deployResourceStructure
2024-01-05T02:37:21.821Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json ASDC sendASDCNotification
2024-01-05T02:37:21.821Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422241821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:22.825Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422242824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:23.825Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env ASDC sendASDCNotification
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:23.827Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422243825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:24.827Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar ASDC sendASDCNotification
2024-01-05T02:37:24.828Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:24.828Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:24.828Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:24.829Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:24.829Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422244827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:25.830Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:37:25.874Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:37:25.879Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:37:25.879Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:37:25.880Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:37:39.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:39.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T02:37:39.061Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422205304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:37:39.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:37:39.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T02:37:39.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:37:39.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:37:55.880Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:37:55.909Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:37:55.916Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:37:55.916Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:37:55.917Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:38:25.917Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:38:25.942Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:38:25.948Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:38:25.948Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:38:25.948Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:38:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:38:39.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.064Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422198069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422205304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422200837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422198069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422205304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422200837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422198069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422205304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422200837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422198069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422205304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422200837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422198069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422205304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422200837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422198069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422205304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422200837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422199121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422198069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422231112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422230700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422231743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422231305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422232366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422231112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422230700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422232905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.077Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422232320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-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=?
2024-01-05T02:38:39.096Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.097Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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 (?, ?, ?, ?, ?)
2024-01-05T02:38:39.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422233379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:38:39.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422231112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422230700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422232893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422234383,
  "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=?
2024-01-05T02:38:39.348Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.348Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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 (?, ?, ?, ?, ?)
2024-01-05T02:38:39.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422231112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422230700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422234033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422231112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422230700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422235148,
  "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=?
2024-01-05T02:38:39.407Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.407Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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=?
2024-01-05T02:38:39.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422231112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422230700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422236151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422237333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422231112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422230700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422238489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422238364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422238009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422239614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422241821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422242824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422243603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422243825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422244606,
  "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=?
2024-01-05T02:38:39.452Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.452Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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 (?, ?, ?, ?, ?)
2024-01-05T02:38:39.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.493Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422244827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:38:39.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:55.949Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:38:55.976Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:38:55.984Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:38:55.984Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:38:55.984Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:39:25.985Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:39:26.009Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:39:26.014Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:39:26.016Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:39:26.016Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:39:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:39:39.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:39:39.061Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422268131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:39:39.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:39:39.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:39:39.062Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422269134,
  "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=?
2024-01-05T02:39:39.081Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:39:39.081Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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 (?, ?, ?, ?, ?)
2024-01-05T02:39:56.017Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:39:56.042Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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=?
2024-01-05T02:39:56.068Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T02:40:26.068Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5 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=?
2024-01-05T02:40:26.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2a87c70-426b-49bf-a43c-4fe384a703e5 and serviceModelVersionId: 6a858cd1-02af-4baa-a745-6a7a507b8a04
2024-01-05T02:40:26.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cdaf021-c266-4270-aa18-24520b90ebee
2024-01-05T02:40:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:40:42.626Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0
2024-01-05T02:40:42.777Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T02:40:43.409Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?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]}
2024-01-05T02:40:43.414Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0|INFO|500||Invoke
2024-01-05T02:40:43.440Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T02:40:43.761Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0|INFO|500||InvokeReturn
2024-01-05T02:40:43.761Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 02:40:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[302], vertex-id=[336016], x-aai-txid=[2-aai-resources-240105-02:40:43:201-19497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T02:40:43.762Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2024-01-05T02:40:43.767Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T02:40:43.767Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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=?
2024-01-05T02:40:43.777Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|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)
2024-01-05T02:40:43.778Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2a87c70-426b-49bf-a43c-4fe384a703e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422443778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:40:43.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:40:43.794Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422443778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T02:40:43.795Z||pool-2-thread-9|||||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=?
2024-01-05T02:40:44.830Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:41:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:41:44.832Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:42:39.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:42:44.834Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:43:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:43:44.834Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:44:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:44:44.835Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:45:39.062Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:45:44.836Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:46:39.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:46:44.837Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:47:39.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:47:44.839Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:48:39.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:48:44.840Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:49:39.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:44.841Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:49:46.742Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:49:46.742Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"bd39bb09-0353-4905-be7d-bded6d2c0a1f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b4f7e546-b588-40c4-87e9-8f23a912f061","serviceDescription":"service","serviceInvariantUUID":"1f41922a-46a9-4dae-8baa-6adae36df2fe","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"397e66ab-dc93-4ec4-b112-aa7439673f78","resourceInvariantUUID":"c8684107-de54-42bd-8493-0f8feb2b3754","resourceCustomizationUUID":"8af93d24-63f8-44d4-b7c9-293a2fcd4117","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":"MTRlNGU3ODM2YjUxNmRiOWMwNTE1OTBhY2MyYWJkZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18d91a3-a585-4d52-9179-67d726604f63","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTU4Mzg3N2JjM2E2MjQ5NjIxYTE4ZjZmYjgzYTlmYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac2b3fff-0f75-457e-8789-269c2ef995c8","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:49:46.745Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:49:46.745Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:46.746Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:46.746Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422984841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:46.747Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Node 1 disconnected.
2024-01-05T02:49:46.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:49:46.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422953334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:49:46.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:49:47.748Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:49:47.748Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:47.749Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:47.749Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422984841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:48.749Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b4f7e546-b588-40c4-87e9-8f23a912f061",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f41922a-46a9-4dae-8baa-6adae36df2fe",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8af93d24-63f8-44d4-b7c9-293a2fcd4117",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "397e66ab-dc93-4ec4-b112-aa7439673f78",
      "resourceInvariantUUID": "c8684107-de54-42bd-8493-0f8feb2b3754",
      "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": "MTU4Mzg3N2JjM2E2MjQ5NjIxYTE4ZjZmYjgzYTlmYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac2b3fff-0f75-457e-8789-269c2ef995c8"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T02:49:48.750Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:49:48.750Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4f7e546-b588-40c4-87e9-8f23a912f061 ASDC
2024-01-05T02:49:48.750Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bd39bb09-0353-4905-be7d-bded6d2c0a1f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b4f7e546-b588-40c4-87e9-8f23a912f061
ServiceInvariantUUID:1f41922a-46a9-4dae-8baa-6adae36df2fe
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:ac2b3fff-0f75-457e-8789-269c2ef995c8
ArtifactChecksum:MTU4Mzg3N2JjM2E2MjQ5NjIxYTE4ZjZmYjgzYTlmYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8af93d24-63f8-44d4-b7c9-293a2fcd4117
ResourceInvariantUUID:c8684107-de54-42bd-8493-0f8feb2b3754
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:397e66ab-dc93-4ec4-b112-aa7439673f78
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2024-01-05T02:49:48.750Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4f7e546-b588-40c4-87e9-8f23a912f061 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 (?, ?, ?, ?, ?)
2024-01-05T02:49:48.961Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ac2b3fff-0f75-457e-8789-269c2ef995c8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:49.058Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ac2b3fff-0f75-457e-8789-269c2ef995c8 56934
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:49.061Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422989060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:50.062Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ac2b3fff-0f75-457e-8789-269c2ef995c8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.064Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.142Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12813731136710520108/Definitions/service-BasicNetwork-template.yml
2024-01-05T02:49:50.487Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|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-BasicNetwork-csar.csar
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.493Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.493Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b4f7e546-b588-40c4-87e9-8f23a912f061
Model Version:NULL
Model InvariantUuid:1f41922a-46a9-4dae-8baa-6adae36df2fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c8684107-de54-42bd-8493-0f8feb2b3754
Model UUID:fe214d50-faca-4406-b536-d089a296ba2e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8af93d24-63f8-44d4-b7c9-293a2fcd4117
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=?
2024-01-05T02:49:50.512Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 397e66ab-dc93-4ec4-b112-aa7439673f78
2024-01-05T02:49:50.513Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||No resources found for Service: b4f7e546-b588-40c4-87e9-8f23a912f061
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=?
2024-01-05T02:49:50.521Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||
2024-01-05T02:49:50.521Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2024-01-05T02:49:50.522Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b4f7e546-b588-40c4-87e9-8f23a912f061
2024-01-05T02:49:50.522Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b4f7e546-b588-40c4-87e9-8f23a912f061
2024-01-05T02:49:50.523Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2024-01-05T02:49:50.523Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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=?
2024-01-05T02:49:50.539Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64dd09b9, org.onap.sdc.toscaparser.api.parameters.Input@74274aaf, org.onap.sdc.toscaparser.api.parameters.Input@7d7a29f4, org.onap.sdc.toscaparser.api.parameters.Input@18326f00, org.onap.sdc.toscaparser.api.parameters.Input@142e2d7e]
2024-01-05T02:49:50.541Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.541Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.541Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b4f7e546-b588-40c4-87e9-8f23a912f061: Generic NeutronNet
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.543Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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=?
2024-01-05T02:49:50.581Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.582Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.583Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.584Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.584Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:49:50.585Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.586Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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 (?, ?)
2024-01-05T02:49:50.933Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:50.935Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422990934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:51.935Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:49:51.970Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:49:51.980Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:49:51.980Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:49:51.981Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:50:21.981Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:50:22.009Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:50:22.014Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:50:22.015Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:50:22.015Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:50:39.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:50:39.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:50:39.061Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422981112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422985412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:50:52.015Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:50:52.039Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:50:52.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:50:52.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:50:52.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:51:22.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:51:22.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:51:22.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:51:22.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:51:22.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:51:39.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:51:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422957179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422980700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422984841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422984841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422953334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422981112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.070Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422980700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422985412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704422957179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422988823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422987947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422988393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422989021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422989060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.074Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422988951,
  "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=?
2024-01-05T02:51:39.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422990025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704422990934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:51:39.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.158Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704422991026,
  "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=?
2024-01-05T02:51:39.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.172Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422990873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:51:39.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.255Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704422991874,
  "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=?
2024-01-05T02:51:39.271Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.272Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.310Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422993197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:51:39.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.311Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "aai-model-loader",
  "timestamp": 1704422994199,
  "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=?
2024-01-05T02:51:39.323Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.324Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423010700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423011112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423018163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704422989953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423022029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423032101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423032536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423032740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423031668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423033743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423032678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.441Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:51:39.441Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423034538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:51:39.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.484Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423034746,
  "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=?
2024-01-05T02:51:39.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:51:39.500Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423035539,
  "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=?
2024-01-05T02:51:39.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:51:39.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:52.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:51:52.095Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:51:52.101Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|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=?
2024-01-05T02:51:52.119Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T02:52:22.120Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f 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=?
2024-01-05T02:52:22.128Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f and serviceModelVersionId: b4f7e546-b588-40c4-87e9-8f23a912f061
2024-01-05T02:52:22.128Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f41922a-46a9-4dae-8baa-6adae36df2fe
2024-01-05T02:52:22.128Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0
2024-01-05T02:52:22.132Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T02:52:22.168Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|INFO|500||Invoke
2024-01-05T02:52:22.169Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd39bb09-0353-4905-be7d-bded6d2c0a1f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[571afa46-48d4-42f7-b8ca-efc2a93218d7], X-ECOMP-RequestID=[bd39bb09-0353-4905-be7d-bded6d2c0a1f], X-TransactionId=[], X-ONAP-RequestID=[bd39bb09-0353-4905-be7d-bded6d2c0a1f], Content-Type=[application/merge-patch+json]}
2024-01-05T02:52:22.175Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T02:52:22.374Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?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/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 02:52:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[229480], x-aai-txid=[2-aai-resources-240105-02:52:21:929-56976], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T02:52:22.374Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|DEBUG|500||Response was returned with an empty entity.
2024-01-05T02:52:22.380Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|INFO|500||InvokeReturn
2024-01-05T02:52:22.381Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T02:52:22.381Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|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=?
2024-01-05T02:52:22.388Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|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)
2024-01-05T02:52:22.388Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd39bb09-0353-4905-be7d-bded6d2c0a1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T02:52:22.388Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T02:52:22.389Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:22.389Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:22.389Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423142388,
  "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=?
2024-01-05T02:52:23.437Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:52:23.444Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:52:23.444Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"3064ed6e-ea0b-41de-87dd-43dbb3b4a717","serviceName":"Demo_pNF_B7UTcWE9Br8uO9SzNLG1","serviceVersion":"1.0","serviceUUID":"31756f9d-693b-450e-9983-75fbea96c5ee","serviceDescription":"catalog service description","serviceInvariantUUID":"aba77908-ecd4-43d1-ac48-be750a11cf45","resources":[{"resourceInstanceName":"pNF 94befabd-2014 0","resourceName":"pNF 94befabd-2014","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"477a85aa-92ba-4f78-a57b-ce84781e4207","resourceInvariantUUID":"e59e89a5-ad33-4610-a6f7-e41a2e656357","resourceCustomizationUUID":"dd98a129-037e-44b2-8d5e-b7086298cd03","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml","artifactChecksum":"NGRmMTE2MzI5NDEyY2VkZGNiZDZjN2FiY2ZkM2MyYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd673990-6e92-479c-bca0-c2e18048ba64","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar","artifactChecksum":"YjNkZDU0YjVlZjQwZDEyODJhYWQ4MmRlMzc5NmNmYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02f6b380-db20-43f5-a750-1597fd9a89b2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bebd90e5-6eb7-481a-8563-1b38435090b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE5OWVlNDk3Y2UwMDZlMmFkN2QzYTAzNDU1NzcwZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14c92a39-f134-46a8-b106-7319572c2614","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d815444e-adec-4df4-99fe-5b91272509b4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73d222a3-49b6-485e-82d9-b7bbc3855683","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml","artifactChecksum":"ZGQ1YTRjMDY0YTljYzNkYmY0MjkwYzhmN2ExYjUxNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e27a2146-bc67-42da-980f-8b151635d2f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar","artifactChecksum":"MTA4YjdlM2M0NTZmZjM0ZGJhYzNjODliZWUyM2FlYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da15cc64-9613-4afa-a440-460e9a433035","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:25.449Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:25.449Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:25.450Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:25.450Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:27.452Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:27.453Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:27.453Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:27.453Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:28.454Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:28.455Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:28.455Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:28.456Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:30.460Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:30.461Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:30.462Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:30.462Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:31.465Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "serviceName": "Demo_pNF_B7UTcWE9Br8uO9SzNLG1",
  "serviceVersion": "1.0",
  "serviceUUID": "31756f9d-693b-450e-9983-75fbea96c5ee",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aba77908-ecd4-43d1-ac48-be750a11cf45",
  "resources": [
    {
      "resourceInstanceName": "pNF 94befabd-2014 0",
      "resourceCustomizationUUID": "dd98a129-037e-44b2-8d5e-b7086298cd03",
      "resourceName": "pNF 94befabd-2014",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "477a85aa-92ba-4f78-a57b-ce84781e4207",
      "resourceInvariantUUID": "e59e89a5-ad33-4610-a6f7-e41a2e656357",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
      "artifactChecksum": "MTA4YjdlM2M0NTZmZjM0ZGJhYzNjODliZWUyM2FlYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da15cc64-9613-4afa-a440-460e9a433035"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T02:52:31.466Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:52:31.466Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31756f9d-693b-450e-9983-75fbea96c5ee ASDC
2024-01-05T02:52:31.466Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3064ed6e-ea0b-41de-87dd-43dbb3b4a717
ServiceName:Demo_pNF_B7UTcWE9Br8uO9SzNLG1
ServiceVersion:1.0
ServiceUUID:31756f9d-693b-450e-9983-75fbea96c5ee
ServiceInvariantUUID:aba77908-ecd4-43d1-ac48-be750a11cf45
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
ArtifactUUID:da15cc64-9613-4afa-a440-460e9a433035
ArtifactChecksum:MTA4YjdlM2M0NTZmZjM0ZGJhYzNjODliZWUyM2FlYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 94befabd-2014 0
ResourceCustomizationUUID:dd98a129-037e-44b2-8d5e-b7086298cd03
ResourceInvariantUUID:e59e89a5-ad33-4610-a6f7-e41a2e656357
ResourceName:pNF 94befabd-2014
ResourceType:PNF
ResourceUUID:477a85aa-92ba-4f78-a57b-ce84781e4207
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2024-01-05T02:52:31.466Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31756f9d-693b-450e-9983-75fbea96c5ee 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=?
2024-01-05T02:52:31.551Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: da15cc64-9613-4afa-a440-460e9a433035 from URL: /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:31.665Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar da15cc64-9613-4afa-a440-460e9a433035 86118
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar ASDC sendASDCNotification
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:52:31.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:31.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:31.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423151667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:32.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:52:32.669Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:52:32.670Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: da15cc64-9613-4afa-a440-460e9a433035, URL: /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar to file: /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.670Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.671Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.671Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.775Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9814983570748730425/Definitions/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml
2024-01-05T02:52:33.431Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 94befabd-2014 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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Node template pNF 94befabd-2014 0 is matching search criteria
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 94befabd-2014 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Node template pNF 94befabd-2014 0 is matching search criteria
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 94befabd-2014 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_B7UTcWE9Br8uO9SzNLG1
Description:catalog service description
Model UUID:31756f9d-693b-450e-9983-75fbea96c5ee
Model Version:NULL
Model InvariantUuid:aba77908-ecd4-43d1-ac48-be750a11cf45
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=?
2024-01-05T02:52:33.450Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 477a85aa-92ba-4f78-a57b-ce84781e4207
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=?
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||pNF 94befabd-2014 0
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 477a85aa-92ba-4f78-a57b-ce84781e4207
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 31756f9d-693b-450e-9983-75fbea96c5ee
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 31756f9d-693b-450e-9983-75fbea96c5ee
2024-01-05T02:52:33.457Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 94befabd-2014 0 477a85aa-92ba-4f78-a57b-ce84781e4207 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=?
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f2b5d1b, org.onap.sdc.toscaparser.api.parameters.Input@36c77f7f, org.onap.sdc.toscaparser.api.parameters.Input@526a29cf, org.onap.sdc.toscaparser.api.parameters.Input@44cd0c0f, org.onap.sdc.toscaparser.api.parameters.Input@71bb5208]
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 31756f9d-693b-450e-9983-75fbea96c5ee: pNF 94befabd-2014
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Processing PNF resource: 477a85aa-92ba-4f78-a57b-ce84781e4207
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Resource customization UUID: dd98a129-037e-44b2-8d5e-b7086298cd03 is the same as notified resource customizationUUID: dd98a129-037e-44b2-8d5e-b7086298cd03
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 (?, ?)
2024-01-05T02:52:33.630Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 94befabd-2014 477a85aa-92ba-4f78-a57b-ce84781e4207 0 ASDC deployResourceStructure
2024-01-05T02:52:33.631Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar ASDC sendASDCNotification
2024-01-05T02:52:33.631Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.631Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:52:33.632Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:33.632Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:33.632Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423153631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:34.633Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:52:34.655Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
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=?
2024-01-05T02:52:34.658Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:52:34.659Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:52:34.659Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:52:39.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:39.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.062Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423039061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:52:39.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.063Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423040063,
  "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=?
2024-01-05T02:52:39.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:52:39.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423065750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423062022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423033682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423071112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423070700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423065750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423062022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423033682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423071112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423070700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423065750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423062022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423033682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423071112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423070700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423065750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423062022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423033682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423071112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423070700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423065750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423062022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423033682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423071112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423070700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423065750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423062022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423033682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423071112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423070700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423065750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423062022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423033682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423071112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423070700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423077652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423077196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423078270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423078248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423077824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423079273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423078202,
  "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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423078754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423080274,
  "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=?
2024-01-05T02:52:39.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.377Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423079872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423080710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423080922,
  "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=?
2024-01-05T02:52:39.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.438Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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=?
2024-01-05T02:52:39.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.455Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423081713,
  "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=?
2024-01-05T02:52:39.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423081924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423086383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:52:39.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.512Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423087385,
  "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=?
2024-01-05T02:52:39.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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 (?, ?, ?, ?, ?)
2024-01-05T02:53:04.659Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:53:04.686Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
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=?
2024-01-05T02:53:04.692Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:04.694Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:04.694Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|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=?
2024-01-05T02:53:04.712Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T02:53:34.713Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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=?
2024-01-05T02:53:34.722Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 and serviceModelVersionId: 31756f9d-693b-450e-9983-75fbea96c5ee
2024-01-05T02:53:34.723Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aba77908-ecd4-43d1-ac48-be750a11cf45
2024-01-05T02:53:34.724Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0
2024-01-05T02:53:34.733Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T02:53:34.818Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|INFO|500||Invoke
2024-01-05T02:53:34.819Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3064ed6e-ea0b-41de-87dd-43dbb3b4a717], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb946f6e-aa49-4d57-927f-f403ddd0c8f6], X-ECOMP-RequestID=[3064ed6e-ea0b-41de-87dd-43dbb3b4a717], X-TransactionId=[], X-ONAP-RequestID=[3064ed6e-ea0b-41de-87dd-43dbb3b4a717], Content-Type=[application/merge-patch+json]}
2024-01-05T02:53:34.829Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T02:53:35.035Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?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/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 02:53:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[203], vertex-id=[184392], x-aai-txid=[1-aai-resources-240105-02:53:34:583-32878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T02:53:35.036Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2024-01-05T02:53:35.036Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|INFO|500||InvokeReturn
2024-01-05T02:53:35.037Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T02:53:35.037Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|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=?
2024-01-05T02:53:35.056Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|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)
2024-01-05T02:53:35.056Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T02:53:35.058Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T02:53:35.059Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:35.059Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:35.059Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423215058,
  "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=?
2024-01-05T02:53:36.137Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:53:36.137Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a5bbe9e2-39c0-4593-9e7a-e6d64669ae91","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8","serviceDescription":"service","serviceInvariantUUID":"de3a40c0-a03d-422c-b1db-c85956b43507","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f60127d-afeb-4cf5-9027-73942aea4dd9","resourceInvariantUUID":"5801c3b4-99fd-45ac-b2a2-a0c4774b7f38","resourceCustomizationUUID":"4cc1de05-3810-4302-b8ee-1afe448b8e1d","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":"NmVmNWNiMzMyNjlkYzM2MzRmMDA4ZDdlYTdjY2Y3YmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2184e0ff-b469-4eff-a814-050809055067","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":"ZjE4N2E5MzI4Y2UwMTcyOWRmZWYwMjc1MThjZGVhNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb306be9-4135-4c78-a5ed-6cff0c6c2721","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":"f6d55bdb-d4be-47e5-a4e8-649296ee9183","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":"c0ae388f-6cb7-4b6c-a50c-c4555c5b139b","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":"d9850101-2013-4dac-a5ee-440378c2a67d","artifactVersion":"2","generatedFromUUID":"f6d55bdb-d4be-47e5-a4e8-649296ee9183"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDNhMDU3MTM2ZDcxZDkxYjEwYzY2MjE1OTI5MDRjNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f074219-894f-4121-b10a-b9dcf540f84b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjMxNmNhYTJmYmYxYmVhMTQxNjA5NzIxMTU1YmYxMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3938781d-1725-4ada-95af-28159caa32fb","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:53:36.137Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:36.138Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:36.138Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:36.138Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "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
2024-01-05T02:53:37.140Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:37.141Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:37.141Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:37.141Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "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
2024-01-05T02:53:38.142Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:38.143Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:38.143Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:38.144Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:39.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:39.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.063Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423142388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T02:53:39.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423151667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423153631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.144Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:39.145Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:39.145Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:39.145Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "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
2024-01-05T02:53:40.146Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:40.147Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:40.147Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:40.148Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:42.150Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:42.151Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:42.152Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:42.152Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:43.153Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de3a40c0-a03d-422c-b1db-c85956b43507",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4cc1de05-3810-4302-b8ee-1afe448b8e1d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f60127d-afeb-4cf5-9027-73942aea4dd9",
      "resourceInvariantUUID": "5801c3b4-99fd-45ac-b2a2-a0c4774b7f38",
      "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": "ZjE4N2E5MzI4Y2UwMTcyOWRmZWYwMjc1MThjZGVhNmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fb306be9-4135-4c78-a5ed-6cff0c6c2721",
          "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": "f6d55bdb-d4be-47e5-a4e8-649296ee9183",
          "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": "d9850101-2013-4dac-a5ee-440378c2a67d",
            "generatedFromUUID": "f6d55bdb-d4be-47e5-a4e8-649296ee9183"
          },
          "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": "d9850101-2013-4dac-a5ee-440378c2a67d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjMxNmNhYTJmYmYxYmVhMTQxNjA5NzIxMTU1YmYxMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3938781d-1725-4ada-95af-28159caa32fb"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T02:53:43.154Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:53:43.154Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8 ASDC
2024-01-05T02:53:43.154Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8
ServiceInvariantUUID:de3a40c0-a03d-422c-b1db-c85956b43507
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:3938781d-1725-4ada-95af-28159caa32fb
ArtifactChecksum:NjMxNmNhYTJmYmYxYmVhMTQxNjA5NzIxMTU1YmYxMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4cc1de05-3810-4302-b8ee-1afe448b8e1d
ResourceInvariantUUID:5801c3b4-99fd-45ac-b2a2-a0c4774b7f38
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6f60127d-afeb-4cf5-9027-73942aea4dd9
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:fb306be9-4135-4c78-a5ed-6cff0c6c2721
ArtifactChecksum:ZjE4N2E5MzI4Y2UwMTcyOWRmZWYwMjc1MThjZGVhNmM=
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:f6d55bdb-d4be-47e5-a4e8-649296ee9183
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:d9850101-2013-4dac-a5ee-440378c2a67d
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:d9850101-2013-4dac-a5ee-440378c2a67d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2024-01-05T02:53:43.154Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8 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=?
2024-01-05T02:53:43.520Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:53:43.520Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3938781d-1725-4ada-95af-28159caa32fb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2024-01-05T02:53:43.627Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3938781d-1725-4ada-95af-28159caa32fb 74336
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:43.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:43.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:43.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423223628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:44.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3938781d-1725-4ada-95af-28159caa32fb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:44.715Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17428012035550814092/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
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|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-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|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-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|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-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|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-BasicVm-csar.csar
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=862e55b4-86c5-42b3-8557-8324c57e33fb
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8
Model Version:NULL
Model InvariantUuid:de3a40c0-a03d-422c-b1db-c85956b43507
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:198a6d40-46e2-4721-8437-0dec53e105df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5801c3b4-99fd-45ac-b2a2-a0c4774b7f38
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4cc1de05-3810-4302-b8ee-1afe448b8e1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:31bb12ed-0167-47c2-83f4-49f242706e55
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c3c58d50-f585-4dba-bac1-7902ccd63e70
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:862e55b4-86c5-42b3-8557-8324c57e33fb
ModelInvariantUuid:1651a407-2ec1-4709-916d-7fa442ac32ea
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ec163573-cb08-4e92-9a6e-db569f6a6da0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7fe806fe-7711-484d-ab56-53846de67595
ModelInvariantUuid:f7047b80-f2b8-413b-a86a-e68c7830bea3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:36119285-9928-45f5-a588-a216ae6061a0
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=?
2024-01-05T02:53:45.859Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f60127d-afeb-4cf5-9027-73942aea4dd9
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=?
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||basic_vm 0
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f60127d-afeb-4cf5-9027-73942aea4dd9
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb306be9-4135-4c78-a5ed-6cff0c6c2721 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:45.954Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:45.955Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fb306be9-4135-4c78-a5ed-6cff0c6c2721 787
2024-01-05T02:53:45.956Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:45.956Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:45.956Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:45.957Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:45.957Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:45.957Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423225956,
  "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
2024-01-05T02:53:46.958Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "31bb12ed-0167-47c2-83f4-49f242706e55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3c58d50-f585-4dba-bac1-7902ccd63e70",
    "vfModuleModelCustomizationUUID": "21ed4bc3-80ce-4143-966a-cc846a22552f",
    "isBase": true,
    "artifacts": [
      "f6d55bdb-d4be-47e5-a4e8-649296ee9183",
      "d9850101-2013-4dac-a5ee-440378c2a67d"
    ],
    "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": ""
    }
  }
]
2024-01-05T02:53:46.962Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3c58d50-f585-4dba-bac1-7902ccd63e70
VfModuleModelInvariantUUID:31bb12ed-0167-47c2-83f4-49f242706e55
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6d55bdb-d4be-47e5-a4e8-649296ee9183
,
d9850101-2013-4dac-a5ee-440378c2a67d

}
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


}

2024-01-05T02:53:46.964Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "31bb12ed-0167-47c2-83f4-49f242706e55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3c58d50-f585-4dba-bac1-7902ccd63e70",
    "vfModuleModelCustomizationUUID": "21ed4bc3-80ce-4143-966a-cc846a22552f",
    "isBase": true,
    "artifacts": [
      "f6d55bdb-d4be-47e5-a4e8-649296ee9183",
      "d9850101-2013-4dac-a5ee-440378c2a67d"
    ],
    "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": ""
    }
  }
]
2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3c58d50-f585-4dba-bac1-7902ccd63e70
VfModuleModelInvariantUUID:31bb12ed-0167-47c2-83f4-49f242706e55
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6d55bdb-d4be-47e5-a4e8-649296ee9183
,
d9850101-2013-4dac-a5ee-440378c2a67d

}
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


}

2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6d55bdb-d4be-47e5-a4e8-649296ee9183 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2024-01-05T02:53:47.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:47.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f6d55bdb-d4be-47e5-a4e8-649296ee9183 5033
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:47.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423227075,
  "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
2024-01-05T02:53:48.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d9850101-2013-4dac-a5ee-440378c2a67d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2024-01-05T02:53:48.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:48.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d9850101-2013-4dac-a5ee-440378c2a67d 903
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423228165,
  "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
2024-01-05T02:53:49.166Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8
2024-01-05T02:53:49.167Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6f60127d-afeb-4cf5-9027-73942aea4dd9 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=?
2024-01-05T02:53:49.191Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d86c026, org.onap.sdc.toscaparser.api.parameters.Input@1414880, org.onap.sdc.toscaparser.api.parameters.Input@20f84f44, org.onap.sdc.toscaparser.api.parameters.Input@313e072d, org.onap.sdc.toscaparser.api.parameters.Input@3ab266dc]
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4cc1de05-3810-4302-b8ee-1afe448b8e1d
2024-01-05T02:53:49.194Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4cc1de05-3810-4302-b8ee-1afe448b8e1d matches Tosca VF Customization UUID: 4cc1de05-3810-4302-b8ee-1afe448b8e1d
2024-01-05T02:53:49.194Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4cc1de05-3810-4302-b8ee-1afe448b8e1d  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=?
2024-01-05T02:53:49.198Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.198Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.199Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4cc1de05-3810-4302-b8ee-1afe448b8e1d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2024-01-05T02:53:49.199Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@129ab577
2024-01-05T02:53:49.200Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.200Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T02:53:49.200Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21ed4bc3-80ce-4143-966a-cc846a22552f
2024-01-05T02:53:49.200Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21ed4bc3-80ce-4143-966a-cc846a22552f
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=?
2024-01-05T02:53:49.205Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.205Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:49.205Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:49.206Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.206Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:49.206Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:49.206Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.206Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2024-01-05T02:53:49.206Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2024-01-05T02:53:49.207Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T02:53:49.207Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=862e55b4-86c5-42b3-8557-8324c57e33fb
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=?
2024-01-05T02:53:49.210Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.211Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:49.211Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:49.211Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.211Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:49.211Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4cc1de05-3810-4302-b8ee-1afe448b8e1d
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=?
2024-01-05T02:53:49.214Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.214Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.214Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8: basic_vm
2024-01-05T02:53:49.214Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.214Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.214Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.214Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.215Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.215Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.215Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.215Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.215Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T02:53:49.216Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.216Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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 (?, ?, ?, ?, ?)
2024-01-05T02:53:49.869Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6f60127d-afeb-4cf5-9027-73942aea4dd9 1 ASDC deployResourceStructure
2024-01-05T02:53:49.870Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:49.870Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:49.870Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:53:49.870Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:49.870Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:49.870Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423229870,
  "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
2024-01-05T02:53:50.871Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:50.871Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:50.872Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:53:50.872Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:50.872Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:50.872Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423230871,
  "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
2024-01-05T02:53:51.873Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:51.873Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||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
2024-01-05T02:53:51.873Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:53:51.873Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:51.873Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:51.873Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423231873,
  "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
2024-01-05T02:53:52.879Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2024-01-05T02:53:52.879Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2024-01-05T02:53:52.880Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:53:52.881Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:52.881Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:52.881Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423232879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:53.882Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T02:53:53.906Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
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=?
2024-01-05T02:53:53.913Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:53:53.913Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T02:53:53.913Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T02:53:53.913Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T02:53:53.913Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:53.914Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:53.914Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:53.914Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:53.914Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T02:53:53.914Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|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=?
2024-01-05T02:53:53.930Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T02:54:23.930Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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=?
2024-01-05T02:54:23.936Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 and serviceModelVersionId: 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8
2024-01-05T02:54:23.936Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de3a40c0-a03d-422c-b1db-c85956b43507
2024-01-05T02:54:23.937Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0
2024-01-05T02:54:23.942Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T02:54:23.981Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0|INFO|500||Invoke
2024-01-05T02:54:23.982Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5bbe9e2-39c0-4593-9e7a-e6d64669ae91], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6258b7f2-5651-41ee-b712-76ae5cad77e9], X-ECOMP-RequestID=[a5bbe9e2-39c0-4593-9e7a-e6d64669ae91], X-TransactionId=[], X-ONAP-RequestID=[a5bbe9e2-39c0-4593-9e7a-e6d64669ae91], Content-Type=[application/merge-patch+json]}
2024-01-05T02:54:23.989Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T02:54:24.127Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?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/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 02:54:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[229416], x-aai-txid=[0-aai-resources-240105-02:54:23:746-10013], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T02:54:24.128Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2024-01-05T02:54:24.129Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/de3a40c0-a03d-422c-b1db-c85956b43507/model-vers/model-ver/0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8?depth=0|INFO|500||InvokeReturn
2024-01-05T02:54:24.129Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T02:54:24.129Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|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=?
2024-01-05T02:54:24.137Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|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)
2024-01-05T02:54:24.138Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T02:54:24.138Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T02:54:24.138Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:54:24.139Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:54:24.139Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423264138,
  "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=?
2024-01-05T02:54:25.175Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:54:39.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:54:39.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:54:39.062Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423215058,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T02:54:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:54:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:54:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:54:39.064Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:54:39.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:54:39.064Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T02:54:39.064Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:54:39.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:54:39.065Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2024-01-05T02:54:39.065Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:25.176Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:55:39.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:55:39.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.061Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423143437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423223628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:55:39.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423225956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423227075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423228165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423229870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423230871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423231873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423232879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T02:55:39.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:55:39.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2024-01-05T02:55:39.064Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423264138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T02:55:39.064Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:56:25.177Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:56:39.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:57:25.178Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:57:39.059Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:58:25.180Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:58:39.061Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:58:46.987Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Node 0 disconnected.
2024-01-05T02:59:25.180Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:59:39.062Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:00:25.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:00:39.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:01:25.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:01:39.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:25.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:02:39.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:49.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2024-01-05T03:02:49.240Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"16f3dc6a-b5e3-48bb-993f-de1c4113ea3a","serviceName":"Demo_pNF_AAbE3pO5i5s4v5kAlQYT","serviceVersion":"1.0","serviceUUID":"f6095906-72e1-4b64-b013-cbe22dae3f4a","serviceDescription":"catalog service description","serviceInvariantUUID":"1eebd633-510e-419f-8030-1ac78a19dcc0","resources":[{"resourceInstanceName":"pNF c284db46-2478 0","resourceName":"pNF c284db46-2478","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d23bc988-35d4-4b06-a379-8f02794248b0","resourceInvariantUUID":"3fac60aa-cc5d-4c36-9f56-b57198c04b41","resourceCustomizationUUID":"ee5254fa-6bc3-4be8-a4f6-49ea3a45e8ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml","artifactChecksum":"ODQzM2NiYTFmMzhlZTMzMGJhNmRlNWQ0Zjg4ZDBlZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4656d7ee-1f66-465a-9cae-c892da1bf9f8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar","artifactChecksum":"YjNkZDU0YjVlZjQwZDEyODJhYWQ4MmRlMzc5NmNmYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d23a7dc-12e0-4695-9ff8-77b9ddb7ca8d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26f647dd-03e6-4818-894a-c10c9067d8ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY0NzFmNTA5ZTBjNTVjYjdhZTg1N2ExNjFjNzI5OTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"192054aa-c7ff-47e8-8fa7-caa60f0ec97b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b55d90b4-715f-4f46-920c-be8bfa8d24ee","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31e51a1c-9955-4882-bb2f-239d4bf53850","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml","artifactChecksum":"OWJjZDljODhiNzE3ZGUyM2JmYjkxM2YxYTgwZjM0ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35f9acfe-c634-4de7-a704-50bb0618e23d","artifactVersion":"1"},{"artifactName":"service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar","artifactChecksum":"ZTE3MDgyMjc3OGVmZjk5NGE4N2U2MjI0ZTRiYzYxYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1038a159-1a12-4f1a-97f7-649e2fb4036a","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T03:02:49.243Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:49.243Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:49.243Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:49.244Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:49.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:02:49.261Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:02:49.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:02:50.245Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:50.246Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:50.246Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:50.246Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:51.248Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:51.249Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:51.249Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:51.249Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:52.250Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:52.251Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:52.251Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:52.252Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:53.252Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:53.253Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:53.253Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:53.253Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:54.254Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:54.254Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:54.254Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:54.254Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:55.255Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:55.256Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:55.256Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:55.256Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:56.257Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:02:56.258Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:56.258Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:56.258Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:57.259Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "serviceName": "Demo_pNF_AAbE3pO5i5s4v5kAlQYT",
  "serviceVersion": "1.0",
  "serviceUUID": "f6095906-72e1-4b64-b013-cbe22dae3f4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1eebd633-510e-419f-8030-1ac78a19dcc0",
  "resources": [
    {
      "resourceInstanceName": "pNF c284db46-2478 0",
      "resourceCustomizationUUID": "ee5254fa-6bc3-4be8-a4f6-49ea3a45e8ae",
      "resourceName": "pNF c284db46-2478",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d23bc988-35d4-4b06-a379-8f02794248b0",
      "resourceInvariantUUID": "3fac60aa-cc5d-4c36-9f56-b57198c04b41",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
      "artifactChecksum": "ZTE3MDgyMjc3OGVmZjk5NGE4N2U2MjI0ZTRiYzYxYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1038a159-1a12-4f1a-97f7-649e2fb4036a"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T03:02:57.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T03:02:57.260Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f6095906-72e1-4b64-b013-cbe22dae3f4a ASDC
2024-01-05T03:02:57.260Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
ServiceName:Demo_pNF_AAbE3pO5i5s4v5kAlQYT
ServiceVersion:1.0
ServiceUUID:f6095906-72e1-4b64-b013-cbe22dae3f4a
ServiceInvariantUUID:1eebd633-510e-419f-8030-1ac78a19dcc0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
ArtifactUUID:1038a159-1a12-4f1a-97f7-649e2fb4036a
ArtifactChecksum:ZTE3MDgyMjc3OGVmZjk5NGE4N2U2MjI0ZTRiYzYxYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c284db46-2478 0
ResourceCustomizationUUID:ee5254fa-6bc3-4be8-a4f6-49ea3a45e8ae
ResourceInvariantUUID:3fac60aa-cc5d-4c36-9f56-b57198c04b41
ResourceName:pNF c284db46-2478
ResourceType:PNF
ResourceUUID:d23bc988-35d4-4b06-a379-8f02794248b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2024-01-05T03:02:57.260Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6095906-72e1-4b64-b013-cbe22dae3f4a 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 (?, ?, ?, ?, ?)
2024-01-05T03:02:57.442Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:02:57.443Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2024-01-05T03:02:57.443Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2024-01-05T03:02:57.443Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1038a159-1a12-4f1a-97f7-649e2fb4036a from URL: /sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:57.443Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2024-01-05T03:02:57.444Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:57.581Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2024-01-05T03:02:57.584Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar 1038a159-1a12-4f1a-97f7-649e2fb4036a 86112
2024-01-05T03:02:57.584Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar ASDC sendASDCNotification
2024-01-05T03:02:57.585Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:57.585Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:02:57.585Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:02:57.585Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:02:57.585Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423777584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:02:58.586Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:02:58.586Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2024-01-05T03:02:58.587Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1038a159-1a12-4f1a-97f7-649e2fb4036a, URL: /sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar to file: /app/ASDC/1/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:58.587Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:58.587Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:58.587Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:58.672Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4966455982638910615/Definitions/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml
2024-01-05T03:02:59.324Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T03:02:59.324Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||WARN|500||####################################################################################################
2024-01-05T03:02:59.324Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c284db46-2478 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-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.325Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:02:59.326Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||WARN|500||####################################################################################################
2024-01-05T03:02:59.326Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.326Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.326Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Node template pNF c284db46-2478 0 is matching search criteria
2024-01-05T03:02:59.326Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2024-01-05T03:02:59.326Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c284db46-2478 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:02:59.326Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.327Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.327Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Node template pNF c284db46-2478 0 is matching search criteria
2024-01-05T03:02:59.327Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2024-01-05T03:02:59.327Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF c284db46-2478 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:02:59.327Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.327Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_AAbE3pO5i5s4v5kAlQYT
Description:catalog service description
Model UUID:f6095906-72e1-4b64-b013-cbe22dae3f4a
Model Version:NULL
Model InvariantUuid:1eebd633-510e-419f-8030-1ac78a19dcc0
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=?
2024-01-05T03:02:59.357Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d23bc988-35d4-4b06-a379-8f02794248b0
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=?
2024-01-05T03:02:59.365Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||pNF c284db46-2478 0
2024-01-05T03:02:59.365Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d23bc988-35d4-4b06-a379-8f02794248b0
2024-01-05T03:02:59.365Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||No resources found for Service: f6095906-72e1-4b64-b013-cbe22dae3f4a
2024-01-05T03:02:59.365Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f6095906-72e1-4b64-b013-cbe22dae3f4a
2024-01-05T03:02:59.366Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c284db46-2478 0 d23bc988-35d4-4b06-a379-8f02794248b0 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=?
2024-01-05T03:02:59.380Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20df962f, org.onap.sdc.toscaparser.api.parameters.Input@7031a5bf, org.onap.sdc.toscaparser.api.parameters.Input@58da105c, org.onap.sdc.toscaparser.api.parameters.Input@1b4f4a80, org.onap.sdc.toscaparser.api.parameters.Input@47fdd928]
2024-01-05T03:02:59.380Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.381Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.381Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f6095906-72e1-4b64-b013-cbe22dae3f4a: pNF c284db46-2478
2024-01-05T03:02:59.381Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Processing PNF resource: d23bc988-35d4-4b06-a379-8f02794248b0
2024-01-05T03:02:59.381Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:02:59.382Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AAbE3pO5i5s4v5kAlQYT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:02:59.382Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Resource customization UUID: ee5254fa-6bc3-4be8-a4f6-49ea3a45e8ae is the same as notified resource customizationUUID: ee5254fa-6bc3-4be8-a4f6-49ea3a45e8ae
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 (?, ?)
2024-01-05T03:03:00.008Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c284db46-2478 d23bc988-35d4-4b06-a379-8f02794248b0 0 ASDC deployResourceStructure
2024-01-05T03:03:00.008Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar ASDC sendASDCNotification
2024-01-05T03:03:00.009Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar
2024-01-05T03:03:00.009Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:03:00.009Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:03:00.009Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:03:00.009Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423780008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:03:01.010Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:03:01.036Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
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=?
2024-01-05T03:03:01.042Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:03:01.042Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:03:01.042Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:03:31.042Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:03:31.067Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
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=?
2024-01-05T03:03:31.073Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:03:31.074Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:03:31.074Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:03:39.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:03:39.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:03:39.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:03:39.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:03:39.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:03:39.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:03:39.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:01.074Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:04:01.089Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
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=?
2024-01-05T03:04:01.092Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:04:01.092Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:04:01.092Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:04:31.093Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:04:31.115Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
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=?
2024-01-05T03:04:31.119Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:04:31.120Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:04:31.120Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:04:39.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:04:39.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/resourceInstances/pnfc284db4624780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423761112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423741293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423745183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423760700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423739219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704423742951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423776708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423777372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423777164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423776288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423777584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:04:39.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423778375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:04:39.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704423777290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-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=?
2024-01-05T03:04:39.093Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
2024-01-05T03:04:39.093Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a 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 (?, ?, ?, ?, ?)
2024-01-05T03:04:39.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.142Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423779058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:04:39.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.142Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704423779376,
  "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=?
2024-01-05T03:04:39.156Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
2024-01-05T03:04:39.156Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a 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 (?, ?, ?, ?, ?)
2024-01-05T03:04:39.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.412Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423780008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:04:39.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.412Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704423780060,
  "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=?
2024-01-05T03:04:39.428Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
2024-01-05T03:04:39.428Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a 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 (?, ?, ?, ?, ?)
2024-01-05T03:04:39.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423783319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAabe3po5i5s4v5kalqyt/1.0/artifacts/service-DemoPnfAabe3po5i5s4v5kalqyt-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:04:39.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:04:39.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:04:39.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "aai-model-loader",
  "timestamp": 1704423784321,
  "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=?
2024-01-05T03:04:39.494Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
2024-01-05T03:04:39.494Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a 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 (?, ?, ?, ?, ?)
2024-01-05T03:05:01.120Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:05:01.139Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a
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=?
2024-01-05T03:05:01.143Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:05:01.143Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T03:05:01.143Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T03:05:01.143Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T03:05:01.143Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:05:01.144Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:05:01.144Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:05:01.144Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:05:01.144Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:05:01.144Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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=?
2024-01-05T03:05:01.158Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T03:05:31.159Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a 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=?
2024-01-05T03:05:31.169Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a and serviceModelVersionId: f6095906-72e1-4b64-b013-cbe22dae3f4a
2024-01-05T03:05:31.170Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1eebd633-510e-419f-8030-1ac78a19dcc0
2024-01-05T03:05:31.170Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0
2024-01-05T03:05:31.176Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T03:05:31.245Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0|INFO|500||Invoke
2024-01-05T03:05:31.245Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16f3dc6a-b5e3-48bb-993f-de1c4113ea3a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ea7e3c1-2aed-42e3-b244-fbdae84a914f], X-ECOMP-RequestID=[16f3dc6a-b5e3-48bb-993f-de1c4113ea3a], X-TransactionId=[], X-ONAP-RequestID=[16f3dc6a-b5e3-48bb-993f-de1c4113ea3a], Content-Type=[application/merge-patch+json]}
2024-01-05T03:05:31.255Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T03:05:31.401Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?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/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 03:05:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[430224], x-aai-txid=[0-aai-resources-240105-03:05:31:011-37753], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T03:05:31.402Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0|DEBUG|500||Response was returned with an empty entity.
2024-01-05T03:05:31.404Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1eebd633-510e-419f-8030-1ac78a19dcc0/model-vers/model-ver/f6095906-72e1-4b64-b013-cbe22dae3f4a?depth=0|INFO|500||InvokeReturn
2024-01-05T03:05:31.404Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T03:05:31.405Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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=?
2024-01-05T03:05:31.415Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|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)
2024-01-05T03:05:31.416Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16f3dc6a-b5e3-48bb-993f-de1c4113ea3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T03:05:31.417Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T03:05:31.417Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:05:31.418Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:05:31.418Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423931416,
  "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=?
2024-01-05T03:05:32.476Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:05:39.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:05:39.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2024-01-05T03:05:39.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "16f3dc6a-b5e3-48bb-993f-de1c4113ea3a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704423931416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T03:05:39.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:06:32.477Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:06:39.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:07:32.477Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:07:39.060Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:08:32.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:08:39.060Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:09:32.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:09:39.061Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:10:32.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:10:39.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:11:32.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:11:39.064Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:12:32.488Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:12:39.065Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:13:32.489Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:13:39.066Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:14:32.489Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:14:39.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:15:32.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:15:39.068Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:16:32.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:16:39.068Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:17:32.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:17:39.070Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:18:32.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:18:39.070Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:19:32.493Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:19:39.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:20:32.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:20:39.072Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:21:32.496Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:21:39.073Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:22:32.498Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:22:39.073Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:23:32.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:23:39.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:24:32.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:24:39.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:25:32.501Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:25:39.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:26:32.502Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:26:39.076Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:27:32.503Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:27:39.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:28:32.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:28:39.077Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:29:32.507Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:29:39.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:30:32.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:30:39.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:31:32.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:31:39.081Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:32:32.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:32:39.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:33:32.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:33:39.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:34:32.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:34:39.083Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:34:56.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2024-01-05T03:34:56.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"98cb3a47-74a4-4243-b65b-204d01c80b3d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1456097b-00f5-4611-95ce-a27a7ff5e545","serviceDescription":"service","serviceInvariantUUID":"78dc750d-45eb-40eb-8546-73c9a25a32e1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e70c332-5bfe-4e64-9bbc-b7a5bd7c0bed","resourceInvariantUUID":"3c78c461-7c13-4753-854a-e16e33490a58","resourceCustomizationUUID":"2a4d3682-0323-4249-b82d-9b040c141911","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":"ZGM0ZmMxMDE1NmYyYTEwYzc5ZjMyYWVjMjA4ZTczY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d894bcc-a735-41ae-a133-16469d9803e2","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":"ZDJiZTJhYzAwNTdiMzJlMzkzNzRlMWVmNzVmNWI2ZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7558a9bd-68fe-4a30-9221-2847df6c807e","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":"e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675","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":"2c6afc7e-95b3-43d8-ae4e-bc24666e2532","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":"9bbb6ecf-e884-449e-a6ef-49d5a2a3afe5","artifactVersion":"2","generatedFromUUID":"4d43ed44-8372-43aa-bf21-9cde65884cd7"},{"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":"644e6f55-4666-4ac0-b7fc-fd0c7ec301e8","artifactVersion":"2","generatedFromUUID":"e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675"},{"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":"4d43ed44-8372-43aa-bf21-9cde65884cd7","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":"a7ed845b-a9a4-482c-9c6f-cbef416fb21f","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":"NGRmMDcxNjRjOTk5ZmQxOWZmNTg3MmI0ZDIxYzhjY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1155223-8fc8-4d01-ad9b-c4017bb3fd6f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDQxNTU4MzNkZGJmM2Q3ODI0ZDg0NzI5MjUzZmFiNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d76ec94-3efc-40c4-9f72-1d9a84411787","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T03:34:56.351Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:34:56.352Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:34:56.352Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:34:56.352Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:34:56.356Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T03:34:56.356Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T03:34:56.357Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T03:34:56.357Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T03:34:56.357Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T03:34:56.357Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T03:34:56.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2024-01-05T03:34:56.372Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:34:56.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:34:57.359Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:34:57.359Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:34:57.359Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:34:57.359Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:34:58.360Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:34:58.361Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:34:58.361Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:34:58.361Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:34:59.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:34:59.362Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:34:59.362Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:34:59.362Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:35:00.363Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:35:00.363Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:00.364Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:00.365Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:35:01.365Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:35:01.366Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:01.366Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:01.366Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:35:02.366Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:35:02.367Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:02.367Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:02.367Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:35:03.368Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:35:03.368Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:03.368Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:03.368Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "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
2024-01-05T03:35:04.369Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:35:04.369Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:04.369Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:04.369Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:35:05.370Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:35:05.370Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:05.371Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:05.371Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:35:06.372Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1456097b-00f5-4611-95ce-a27a7ff5e545",
  "serviceDescription": "service",
  "serviceInvariantUUID": "78dc750d-45eb-40eb-8546-73c9a25a32e1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a4d3682-0323-4249-b82d-9b040c141911",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5e70c332-5bfe-4e64-9bbc-b7a5bd7c0bed",
      "resourceInvariantUUID": "3c78c461-7c13-4753-854a-e16e33490a58",
      "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": "ZDJiZTJhYzAwNTdiMzJlMzkzNzRlMWVmNzVmNWI2ZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7558a9bd-68fe-4a30-9221-2847df6c807e",
          "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": "e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675",
          "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": "644e6f55-4666-4ac0-b7fc-fd0c7ec301e8",
            "generatedFromUUID": "e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675"
          },
          "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": "9bbb6ecf-e884-449e-a6ef-49d5a2a3afe5",
          "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": "644e6f55-4666-4ac0-b7fc-fd0c7ec301e8",
          "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": "4d43ed44-8372-43aa-bf21-9cde65884cd7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDQxNTU4MzNkZGJmM2Q3ODI0ZDg0NzI5MjUzZmFiNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3d76ec94-3efc-40c4-9f72-1d9a84411787"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T03:35:06.372Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T03:35:06.372Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1456097b-00f5-4611-95ce-a27a7ff5e545 ASDC
2024-01-05T03:35:06.372Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:98cb3a47-74a4-4243-b65b-204d01c80b3d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1456097b-00f5-4611-95ce-a27a7ff5e545
ServiceInvariantUUID:78dc750d-45eb-40eb-8546-73c9a25a32e1
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:3d76ec94-3efc-40c4-9f72-1d9a84411787
ArtifactChecksum:ZDQxNTU4MzNkZGJmM2Q3ODI0ZDg0NzI5MjUzZmFiNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a4d3682-0323-4249-b82d-9b040c141911
ResourceInvariantUUID:3c78c461-7c13-4753-854a-e16e33490a58
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:5e70c332-5bfe-4e64-9bbc-b7a5bd7c0bed
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:7558a9bd-68fe-4a30-9221-2847df6c807e
ArtifactChecksum:ZDJiZTJhYzAwNTdiMzJlMzkzNzRlMWVmNzVmNWI2ZjQ=
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:e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675
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:644e6f55-4666-4ac0-b7fc-fd0c7ec301e8
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:9bbb6ecf-e884-449e-a6ef-49d5a2a3afe5
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:644e6f55-4666-4ac0-b7fc-fd0c7ec301e8
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:4d43ed44-8372-43aa-bf21-9cde65884cd7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2024-01-05T03:35:06.372Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1456097b-00f5-4611-95ce-a27a7ff5e545 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 (?, ?, ?, ?, ?)
2024-01-05T03:35:06.680Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:35:06.681Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:35:06.681Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:35:06.681Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3d76ec94-3efc-40c4-9f72-1d9a84411787 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:06.682Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:35:06.682Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:06.872Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:35:06.877Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3d76ec94-3efc-40c4-9f72-1d9a84411787 162239
2024-01-05T03:35:06.878Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2024-01-05T03:35:06.878Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:06.878Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:35:06.878Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:06.878Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:06.878Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425706878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:35:07.879Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:35:07.880Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:35:07.880Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3d76ec94-3efc-40c4-9f72-1d9a84411787, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:07.881Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2024-01-05T03:35:07.882Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:07.882Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:07.986Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4885181454228940707/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||WARN|500||####################################################################################################
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||WARN|500||####################################################################################################
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.089Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.090Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:09.091Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:35:09.092Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.092Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:09.092Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:35:09.092Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.092Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2c4e2648-30df-42e1-bc0b-85196e37a449
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.093Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:09.094Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.094Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:09.094Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.094Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:09.094Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:09.094Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:09.094Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1456097b-00f5-4611-95ce-a27a7ff5e545
Model Version:NULL
Model InvariantUuid:78dc750d-45eb-40eb-8546-73c9a25a32e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:656d2ad8-d5ed-41bd-a889-c659b5e2aace
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c78c461-7c13-4753-854a-e16e33490a58
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a4d3682-0323-4249-b82d-9b040c141911
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ccc18038-63b7-48c4-89b3-08f139868310
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:46f5d66f-186e-4868-bb63-de8997799553
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:babe10cd-6801-45f7-931d-6a11b7a1bf47
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:4ee0a51c-3617-4ff4-934c-2961d195e44d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c4e2648-30df-42e1-bc0b-85196e37a449
ModelInvariantUuid:ac6578ce-26b2-45ae-8f82-5ebe02d377fe
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:acf5b4ca-c332-47c4-aea2-66528d2bdd51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e567edcd-0fbb-43ca-90ea-4d40b8a64544
ModelInvariantUuid:beb8b6f2-9e3f-4111-a8b6-155136213035
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:c5747db7-aa0d-449f-a940-8581bded2111
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=?
2024-01-05T03:35:09.154Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e70c332-5bfe-4e64-9bbc-b7a5bd7c0bed
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=?
2024-01-05T03:35:09.203Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2024-01-05T03:35:09.203Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e70c332-5bfe-4e64-9bbc-b7a5bd7c0bed
2024-01-05T03:35:09.203Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7558a9bd-68fe-4a30-9221-2847df6c807e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2024-01-05T03:35:09.204Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:35:09.204Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:09.299Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:35:09.300Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7558a9bd-68fe-4a30-9221-2847df6c807e 1565
2024-01-05T03:35:09.300Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:09.300Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:09.300Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:35:09.300Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:09.301Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:09.301Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425709300,
  "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
2024-01-05T03:35:10.303Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "babe10cd-6801-45f7-931d-6a11b7a1bf47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ee0a51c-3617-4ff4-934c-2961d195e44d",
    "vfModuleModelCustomizationUUID": "82ea5101-79d0-4af8-94f2-2620a0acf7d3",
    "isBase": true,
    "artifacts": [
      "e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675",
      "644e6f55-4666-4ac0-b7fc-fd0c7ec301e8"
    ],
    "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": "ccc18038-63b7-48c4-89b3-08f139868310",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46f5d66f-186e-4868-bb63-de8997799553",
    "vfModuleModelCustomizationUUID": "33fa2320-d2c8-4340-9f73-f96b8c8933b1",
    "isBase": false,
    "artifacts": [
      "4d43ed44-8372-43aa-bf21-9cde65884cd7"
    ],
    "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": ""
    }
  }
]
2024-01-05T03:35:10.307Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ee0a51c-3617-4ff4-934c-2961d195e44d
VfModuleModelInvariantUUID:babe10cd-6801-45f7-931d-6a11b7a1bf47
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675
,
644e6f55-4666-4ac0-b7fc-fd0c7ec301e8

}
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:46f5d66f-186e-4868-bb63-de8997799553
VfModuleModelInvariantUUID:ccc18038-63b7-48c4-89b3-08f139868310
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d43ed44-8372-43aa-bf21-9cde65884cd7

}
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


}

2024-01-05T03:35:10.311Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "babe10cd-6801-45f7-931d-6a11b7a1bf47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ee0a51c-3617-4ff4-934c-2961d195e44d",
    "vfModuleModelCustomizationUUID": "82ea5101-79d0-4af8-94f2-2620a0acf7d3",
    "isBase": true,
    "artifacts": [
      "e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675",
      "644e6f55-4666-4ac0-b7fc-fd0c7ec301e8"
    ],
    "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": "ccc18038-63b7-48c4-89b3-08f139868310",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46f5d66f-186e-4868-bb63-de8997799553",
    "vfModuleModelCustomizationUUID": "33fa2320-d2c8-4340-9f73-f96b8c8933b1",
    "isBase": false,
    "artifacts": [
      "4d43ed44-8372-43aa-bf21-9cde65884cd7"
    ],
    "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": ""
    }
  }
]
2024-01-05T03:35:10.312Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ee0a51c-3617-4ff4-934c-2961d195e44d
VfModuleModelInvariantUUID:babe10cd-6801-45f7-931d-6a11b7a1bf47
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675
,
644e6f55-4666-4ac0-b7fc-fd0c7ec301e8

}
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:46f5d66f-186e-4868-bb63-de8997799553
VfModuleModelInvariantUUID:ccc18038-63b7-48c4-89b3-08f139868310
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d43ed44-8372-43aa-bf21-9cde65884cd7

}
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


}

2024-01-05T03:35:10.312Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2024-01-05T03:35:10.312Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:35:10.312Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:10.420Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:35:10.421Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e9372a8b-b1a4-4f6f-8ef0-93a3b58bb675 914
2024-01-05T03:35:10.421Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:10.421Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:10.421Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:35:10.422Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:10.422Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:10.422Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425710421,
  "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
2024-01-05T03:35:11.423Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9bbb6ecf-e884-449e-a6ef-49d5a2a3afe5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2024-01-05T03:35:11.423Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:35:11.423Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:11.554Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:35:11.555Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9bbb6ecf-e884-449e-a6ef-49d5a2a3afe5 12
2024-01-05T03:35:11.555Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:11.555Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:11.555Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:35:11.555Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:11.555Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:11.555Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425711555,
  "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
2024-01-05T03:35:12.556Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 644e6f55-4666-4ac0-b7fc-fd0c7ec301e8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2024-01-05T03:35:12.556Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:35:12.556Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:12.654Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:35:12.654Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 644e6f55-4666-4ac0-b7fc-fd0c7ec301e8 96
2024-01-05T03:35:12.655Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:12.655Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:12.655Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:35:12.655Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:12.655Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:12.656Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425712655,
  "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
2024-01-05T03:35:13.656Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d43ed44-8372-43aa-bf21-9cde65884cd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2024-01-05T03:35:13.657Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:35:13.657Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:13.749Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:35:13.750Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4d43ed44-8372-43aa-bf21-9cde65884cd7 20206
2024-01-05T03:35:13.750Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:13.750Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:13.750Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:35:13.751Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:13.751Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:13.751Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425713750,
  "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
2024-01-05T03:35:14.759Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1456097b-00f5-4611-95ce-a27a7ff5e545
2024-01-05T03:35:14.759Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5e70c332-5bfe-4e64-9bbc-b7a5bd7c0bed 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=?
2024-01-05T03:35:14.780Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a555529, org.onap.sdc.toscaparser.api.parameters.Input@61a70d09, org.onap.sdc.toscaparser.api.parameters.Input@7a7d0017, org.onap.sdc.toscaparser.api.parameters.Input@4321e444, org.onap.sdc.toscaparser.api.parameters.Input@33ad0d14]
2024-01-05T03:35:14.781Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.782Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.782Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2024-01-05T03:35:14.782Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2a4d3682-0323-4249-b82d-9b040c141911
2024-01-05T03:35:14.782Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a4d3682-0323-4249-b82d-9b040c141911 matches Tosca VF Customization UUID: 2a4d3682-0323-4249-b82d-9b040c141911
2024-01-05T03:35:14.782Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2a4d3682-0323-4249-b82d-9b040c141911  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=?
2024-01-05T03:35:14.787Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.787Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.788Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2a4d3682-0323-4249-b82d-9b040c141911: {\"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\"}
2024-01-05T03:35:14.788Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@349b814f
2024-01-05T03:35:14.788Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.788Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T03:35:14.788Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33fa2320-d2c8-4340-9f73-f96b8c8933b1
2024-01-05T03:35:14.788Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33fa2320-d2c8-4340-9f73-f96b8c8933b1
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=?
2024-01-05T03:35:14.797Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.797Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:14.797Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:35:14.797Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.798Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:14.798Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:35:14.798Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.798Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2024-01-05T03:35:14.798Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2a4d3682-0323-4249-b82d-9b040c141911
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=?
2024-01-05T03:35:14.802Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.803Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.803Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1456097b-00f5-4611-95ce-a27a7ff5e545: basic_cnf_macro
2024-01-05T03:35:14.803Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.804Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.804Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.804Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.804Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.805Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.805Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.805Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.805Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:35:14.805Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:35:14.806Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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 (?, ?, ?, ?, ?)
2024-01-05T03:35:15.061Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5e70c332-5bfe-4e64-9bbc-b7a5bd7c0bed 2 ASDC deployResourceStructure
2024-01-05T03:35:15.062Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:15.062Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:15.062Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:35:15.062Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:15.062Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:15.062Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425715062,
  "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
2024-01-05T03:35:16.063Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:16.064Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:16.064Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:35:16.064Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:16.065Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:16.065Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425716063,
  "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
2024-01-05T03:35:17.070Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:17.070Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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)
2024-01-05T03:35:17.070Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2024-01-05T03:35:17.070Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:17.070Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:17.070Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425717066,
  "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
2024-01-05T03:35:18.071Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:18.072Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:18.072Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:35:18.072Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:18.072Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:18.072Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425718071,
  "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
2024-01-05T03:35:19.073Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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
2024-01-05T03:35:19.073Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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)
2024-01-05T03:35:19.073Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2024-01-05T03:35:19.073Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:19.073Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:19.074Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425719073,
  "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
2024-01-05T03:35:20.074Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2024-01-05T03:35:20.075Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2024-01-05T03:35:20.075Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:35:20.075Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:35:20.075Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:35:20.076Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425720074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:35:21.077Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:35:21.101Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
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=?
2024-01-05T03:35:21.106Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:35:21.106Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:35:21.107Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:35:39.059Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:35:39.060Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:35:39.061Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:35:51.107Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:35:51.133Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
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=?
2024-01-05T03:35:51.137Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:35:51.137Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:35:51.137Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:36:21.138Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:36:21.155Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
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=?
2024-01-05T03:36:21.159Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:36:21.159Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:36:21.159Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:36:39.059Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:36:39.062Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.062Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.063Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.063Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.063Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.064Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.064Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.064Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.064Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.064Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.064Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.064Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.065Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.066Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.067Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.068Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.069Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.070Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.071Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.072Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425670430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425672512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425638326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425680700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425666732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425681114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425706386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425706030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425706660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425705533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425705939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425706878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425707662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425707175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.078Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.078Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.078Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425708664,
  "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=?
2024-01-05T03:36:39.092Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98cb3a47-74a4-4243-b65b-204d01c80b3d
2024-01-05T03:36:39.093Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98cb3a47-74a4-4243-b65b-204d01c80b3d 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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.162Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425708275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425708997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425709300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.163Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.164Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425708207,
  "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=?
2024-01-05T03:36:39.176Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98cb3a47-74a4-4243-b65b-204d01c80b3d
2024-01-05T03:36:39.176Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98cb3a47-74a4-4243-b65b-204d01c80b3d 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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.215Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.216Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425709372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.217Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.217Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.218Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425709999,
  "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=?
2024-01-05T03:36:39.232Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98cb3a47-74a4-4243-b65b-204d01c80b3d
2024-01-05T03:36:39.232Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98cb3a47-74a4-4243-b65b-204d01c80b3d 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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.276Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.276Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425710421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.276Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.277Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.277Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425710522,
  "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=?
2024-01-05T03:36:39.288Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98cb3a47-74a4-4243-b65b-204d01c80b3d
2024-01-05T03:36:39.289Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98cb3a47-74a4-4243-b65b-204d01c80b3d 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=?
2024-01-05T03:36:39.305Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.305Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425711555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425711525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425712655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425713750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.306Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425715062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425716063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425715598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.307Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.308Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425717066,
  "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"
}
2024-01-05T03:36:39.308Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.308Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.308Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425716604,
  "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=?
2024-01-05T03:36:39.319Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98cb3a47-74a4-4243-b65b-204d01c80b3d
2024-01-05T03:36:39.320Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98cb3a47-74a4-4243-b65b-204d01c80b3d 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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.360Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.361Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425718071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.361Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.361Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.361Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425719073,
  "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"
}
2024-01-05T03:36:39.361Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.361Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.361Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425720074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.362Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.363Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.364Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.365Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.366Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.367Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.368Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.369Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.370Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.371Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425717606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425709665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.372Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425709209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425711112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425712537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425729869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.373Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425730490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425729366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425729762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425730256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.374Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425731494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425730988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.375Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425730872,
  "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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.455Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24728eb3-5add-4139-be88-e79b25118e5e
2024-01-05T03:36:39.456Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24728eb3-5add-4139-be88-e79b25118e5e 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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.497Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.497Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425732496,
  "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=?
2024-01-05T03:36:39.509Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24728eb3-5add-4139-be88-e79b25118e5e
2024-01-05T03:36:39.509Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24728eb3-5add-4139-be88-e79b25118e5e 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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.701Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.701Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:36:39.701Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.702Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.702Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425732875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.702Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:39.702Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.702Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425733115,
  "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=?
2024-01-05T03:36:39.717Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24728eb3-5add-4139-be88-e79b25118e5e
2024-01-05T03:36:39.717Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24728eb3-5add-4139-be88-e79b25118e5e 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=?
2024-01-05T03:36:39.734Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.734Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425733876,
  "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=?
2024-01-05T03:36:39.745Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24728eb3-5add-4139-be88-e79b25118e5e
2024-01-05T03:36:39.746Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24728eb3-5add-4139-be88-e79b25118e5e 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 (?, ?, ?, ?, ?)
2024-01-05T03:36:39.785Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T03:36:39.785Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425734117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T03:36:39.785Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:36:51.160Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:36:51.177Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d
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=?
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:36:51.181Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2024-01-05T03:36:51.193Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T03:37:21.193Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d 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=?
2024-01-05T03:37:21.201Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98cb3a47-74a4-4243-b65b-204d01c80b3d and serviceModelVersionId: 1456097b-00f5-4611-95ce-a27a7ff5e545
2024-01-05T03:37:21.202Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 78dc750d-45eb-40eb-8546-73c9a25a32e1
2024-01-05T03:37:21.202Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/78dc750d-45eb-40eb-8546-73c9a25a32e1/model-vers/model-ver/1456097b-00f5-4611-95ce-a27a7ff5e545?depth=0
2024-01-05T03:37:21.207Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T03:37:21.240Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc750d-45eb-40eb-8546-73c9a25a32e1/model-vers/model-ver/1456097b-00f5-4611-95ce-a27a7ff5e545?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]}
2024-01-05T03:37:21.240Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc750d-45eb-40eb-8546-73c9a25a32e1/model-vers/model-ver/1456097b-00f5-4611-95ce-a27a7ff5e545?depth=0|INFO|500||Invoke
2024-01-05T03:37:21.246Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc750d-45eb-40eb-8546-73c9a25a32e1/model-vers/model-ver/1456097b-00f5-4611-95ce-a27a7ff5e545?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T03:37:21.397Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc750d-45eb-40eb-8546-73c9a25a32e1/model-vers/model-ver/1456097b-00f5-4611-95ce-a27a7ff5e545?depth=0|INFO|500||InvokeReturn
2024-01-05T03:37:21.398Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc750d-45eb-40eb-8546-73c9a25a32e1/model-vers/model-ver/1456097b-00f5-4611-95ce-a27a7ff5e545?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 03:37:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[270440], x-aai-txid=[0-aai-resources-240105-03:37:21:005-13509], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T03:37:21.398Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2024-01-05T03:37:21.398Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T03:37:21.398Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||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=?
2024-01-05T03:37:21.406Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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)
2024-01-05T03:37:21.406Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98cb3a47-74a4-4243-b65b-204d01c80b3d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T03:37:21.407Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T03:37:21.407Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:21.407Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:21.407Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425841406,
  "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=?
2024-01-05T03:37:22.465Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:37:22.476Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||received message from topic
2024-01-05T03:37:22.477Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"24728eb3-5add-4139-be88-e79b25118e5e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"81d216a1-4dba-487f-8f0d-dae92e10c3b1","serviceDescription":"service","serviceInvariantUUID":"6aab9aaf-c80b-4b5e-8703-c579b45f395f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"701016ed-38d7-4a8c-880c-cac2acfd7626","resourceInvariantUUID":"1f559fb7-18a9-47b2-83bd-570985286f8e","resourceCustomizationUUID":"bacb9b24-0ab4-40d1-84b1-2df210dbd1eb","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":"YjZkZTE5MDhkNmVmYTc0ZjUwODRhMDIwYTkyNDc4Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f28d443-0763-4a8c-9cd5-74caea9b60d4","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":"MWZhY2Y0Y2RmNjdlZTk4MDA2NTE0N2NiYjk2MjQ0Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90da4d15-feff-4423-aff6-62593e00292e","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":"fc0f38d3-6f07-425a-9485-21f65451f52c","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":"6a264c3a-8c6f-498c-9916-71459aefe83a","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":"95cc095a-b5bc-4736-8ca1-4cb06b29b3e1","artifactVersion":"2","generatedFromUUID":"fc0f38d3-6f07-425a-9485-21f65451f52c"},{"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":"ZTRjZmU5NzA1NjA0MDRhYjE2MjM2ZmYzZDBhODc3MTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e392c0ac-3aed-43d6-9a2d-06ca0a11a165","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":"Y2NlZjQzMzE0YmEwNjgxODU0YjA1MjU5NzFjOGEyNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ae0f0fe-c997-4c2e-a474-587b8baf39b8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjNmY2VjZWZlMDc4ZTA2MzY3Y2Y2ZDgxMmM5Y2E1NWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7741937-27cd-432a-9d79-359e7a7d0cb0","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T03:37:22.478Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:22.479Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:22.479Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:22.479Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:37:23.479Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:23.480Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:23.480Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:23.480Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:37:24.481Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:24.481Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:24.481Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:24.482Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:37:25.483Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:25.483Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:25.483Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:25.484Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:37:26.485Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:26.485Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:26.485Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:26.485Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:37:27.486Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:27.486Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:27.486Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:27.486Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:37:28.487Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:28.487Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:28.487Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:28.487Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:37:29.488Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:37:29.488Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:29.489Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:29.489Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:37:30.516Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "81d216a1-4dba-487f-8f0d-dae92e10c3b1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6aab9aaf-c80b-4b5e-8703-c579b45f395f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bacb9b24-0ab4-40d1-84b1-2df210dbd1eb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "701016ed-38d7-4a8c-880c-cac2acfd7626",
      "resourceInvariantUUID": "1f559fb7-18a9-47b2-83bd-570985286f8e",
      "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": "MWZhY2Y0Y2RmNjdlZTk4MDA2NTE0N2NiYjk2MjQ0Yjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90da4d15-feff-4423-aff6-62593e00292e",
          "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": "fc0f38d3-6f07-425a-9485-21f65451f52c",
          "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": "95cc095a-b5bc-4736-8ca1-4cb06b29b3e1",
            "generatedFromUUID": "fc0f38d3-6f07-425a-9485-21f65451f52c"
          },
          "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": "95cc095a-b5bc-4736-8ca1-4cb06b29b3e1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjNmY2VjZWZlMDc4ZTA2MzY3Y2Y2ZDgxMmM5Y2E1NWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7741937-27cd-432a-9d79-359e7a7d0cb0"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T03:37:30.517Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T03:37:30.517Z|98cb3a47-74a4-4243-b65b-204d01c80b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81d216a1-4dba-487f-8f0d-dae92e10c3b1 ASDC
2024-01-05T03:37:30.517Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:24728eb3-5add-4139-be88-e79b25118e5e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:81d216a1-4dba-487f-8f0d-dae92e10c3b1
ServiceInvariantUUID:6aab9aaf-c80b-4b5e-8703-c579b45f395f
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:b7741937-27cd-432a-9d79-359e7a7d0cb0
ArtifactChecksum:YjNmY2VjZWZlMDc4ZTA2MzY3Y2Y2ZDgxMmM5Y2E1NWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bacb9b24-0ab4-40d1-84b1-2df210dbd1eb
ResourceInvariantUUID:1f559fb7-18a9-47b2-83bd-570985286f8e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:701016ed-38d7-4a8c-880c-cac2acfd7626
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:90da4d15-feff-4423-aff6-62593e00292e
ArtifactChecksum:MWZhY2Y0Y2RmNjdlZTk4MDA2NTE0N2NiYjk2MjQ0Yjk=
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:fc0f38d3-6f07-425a-9485-21f65451f52c
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:95cc095a-b5bc-4736-8ca1-4cb06b29b3e1
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:95cc095a-b5bc-4736-8ca1-4cb06b29b3e1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2024-01-05T03:37:30.517Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81d216a1-4dba-487f-8f0d-dae92e10c3b1 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=?
2024-01-05T03:37:30.682Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:37:30.683Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:37:30.684Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:37:30.684Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7741937-27cd-432a-9d79-359e7a7d0cb0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2024-01-05T03:37:30.684Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:37:30.684Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2024-01-05T03:37:30.790Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:37:30.791Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b7741937-27cd-432a-9d79-359e7a7d0cb0 82158
2024-01-05T03:37:30.791Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2024-01-05T03:37:30.791Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2024-01-05T03:37:30.791Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:37:30.791Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:30.792Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:30.792Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425850791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:37:31.792Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:37:31.793Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:37:31.793Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b7741937-27cd-432a-9d79-359e7a7d0cb0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:31.794Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2024-01-05T03:37:31.794Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:31.794Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:31.913Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2025507487656342956/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
2024-01-05T03:37:33.001Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||####################################################################################################
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||WARN|500||####################################################################################################
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:33.002Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:33.004Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2024-01-05T03:37:33.005Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:37:33.005Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.005Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:33.005Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T03:37:33.006Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2024-01-05T03:37:33.007Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1530037f-3847-46ec-87d0-5ae5ea1d5d25
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:33.008Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:81d216a1-4dba-487f-8f0d-dae92e10c3b1
Model Version:NULL
Model InvariantUuid:6aab9aaf-c80b-4b5e-8703-c579b45f395f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5b560f8c-d2ce-4f3b-bc5a-05463e563a3d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f559fb7-18a9-47b2-83bd-570985286f8e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bacb9b24-0ab4-40d1-84b1-2df210dbd1eb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:13909cd0-dae2-42bc-af6a-d579c237a182
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a1c6efb6-445f-4b6f-bfa9-34a96677a5cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1530037f-3847-46ec-87d0-5ae5ea1d5d25
ModelInvariantUuid:81c1bc2d-585e-41f2-997e-879170d411a0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:95fcee43-af29-4bea-b711-e314327982b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d3ef44eb-21f9-4b90-8b4f-4df70083694e
ModelInvariantUuid:7d087467-9bdb-4df0-ae5e-192cbff46830
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:bc344a72-0ae8-4454-b773-59370da64a15
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=?
2024-01-05T03:37:33.023Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 701016ed-38d7-4a8c-880c-cac2acfd7626
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=?
2024-01-05T03:37:33.029Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2024-01-05T03:37:33.029Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 701016ed-38d7-4a8c-880c-cac2acfd7626
2024-01-05T03:37:33.029Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 90da4d15-feff-4423-aff6-62593e00292e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2024-01-05T03:37:33.029Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:37:33.029Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:33.130Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:37:33.130Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 90da4d15-feff-4423-aff6-62593e00292e 792
2024-01-05T03:37:33.131Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:33.131Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:33.131Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:37:33.131Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:33.131Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:33.131Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425853130,
  "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
2024-01-05T03:37:34.132Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "13909cd0-dae2-42bc-af6a-d579c237a182",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1c6efb6-445f-4b6f-bfa9-34a96677a5cf",
    "vfModuleModelCustomizationUUID": "0d71c99e-3a48-4725-bf8b-78f412da8eaa",
    "isBase": true,
    "artifacts": [
      "fc0f38d3-6f07-425a-9485-21f65451f52c",
      "95cc095a-b5bc-4736-8ca1-4cb06b29b3e1"
    ],
    "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": ""
    }
  }
]
2024-01-05T03:37:34.135Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1c6efb6-445f-4b6f-bfa9-34a96677a5cf
VfModuleModelInvariantUUID:13909cd0-dae2-42bc-af6a-d579c237a182
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc0f38d3-6f07-425a-9485-21f65451f52c
,
95cc095a-b5bc-4736-8ca1-4cb06b29b3e1

}
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


}

2024-01-05T03:37:34.137Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "13909cd0-dae2-42bc-af6a-d579c237a182",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1c6efb6-445f-4b6f-bfa9-34a96677a5cf",
    "vfModuleModelCustomizationUUID": "0d71c99e-3a48-4725-bf8b-78f412da8eaa",
    "isBase": true,
    "artifacts": [
      "fc0f38d3-6f07-425a-9485-21f65451f52c",
      "95cc095a-b5bc-4736-8ca1-4cb06b29b3e1"
    ],
    "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": ""
    }
  }
]
2024-01-05T03:37:34.137Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1c6efb6-445f-4b6f-bfa9-34a96677a5cf
VfModuleModelInvariantUUID:13909cd0-dae2-42bc-af6a-d579c237a182
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc0f38d3-6f07-425a-9485-21f65451f52c
,
95cc095a-b5bc-4736-8ca1-4cb06b29b3e1

}
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


}

2024-01-05T03:37:34.137Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fc0f38d3-6f07-425a-9485-21f65451f52c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2024-01-05T03:37:34.137Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:37:34.138Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:34.257Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:37:34.258Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fc0f38d3-6f07-425a-9485-21f65451f52c 5033
2024-01-05T03:37:34.258Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:34.258Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:34.258Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:37:34.258Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:34.258Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:34.258Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425854258,
  "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
2024-01-05T03:37:35.260Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 95cc095a-b5bc-4736-8ca1-4cb06b29b3e1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2024-01-05T03:37:35.260Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:37:35.260Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:35.369Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:37:35.370Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 95cc095a-b5bc-4736-8ca1-4cb06b29b3e1 903
2024-01-05T03:37:35.370Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:35.370Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:35.371Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:37:35.371Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:35.371Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:35.371Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425855370,
  "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
2024-01-05T03:37:36.372Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 81d216a1-4dba-487f-8f0d-dae92e10c3b1
2024-01-05T03:37:36.372Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 701016ed-38d7-4a8c-880c-cac2acfd7626 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=?
2024-01-05T03:37:36.398Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@260bcec0, org.onap.sdc.toscaparser.api.parameters.Input@4ebb9152, org.onap.sdc.toscaparser.api.parameters.Input@4e1cb10d, org.onap.sdc.toscaparser.api.parameters.Input@5aa72149, org.onap.sdc.toscaparser.api.parameters.Input@22229913]
2024-01-05T03:37:36.401Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.402Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.402Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2024-01-05T03:37:36.403Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bacb9b24-0ab4-40d1-84b1-2df210dbd1eb
2024-01-05T03:37:36.403Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bacb9b24-0ab4-40d1-84b1-2df210dbd1eb matches Tosca VF Customization UUID: bacb9b24-0ab4-40d1-84b1-2df210dbd1eb
2024-01-05T03:37:36.404Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bacb9b24-0ab4-40d1-84b1-2df210dbd1eb  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=?
2024-01-05T03:37:36.409Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.410Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.412Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bacb9b24-0ab4-40d1-84b1-2df210dbd1eb: {\"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\"}
2024-01-05T03:37:36.412Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78702197
2024-01-05T03:37:36.412Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.413Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T03:37:36.413Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d71c99e-3a48-4725-bf8b-78f412da8eaa
2024-01-05T03:37:36.414Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d71c99e-3a48-4725-bf8b-78f412da8eaa
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=?
2024-01-05T03:37:36.419Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.420Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:36.420Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:37:36.421Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.421Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:36.422Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:37:36.423Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.423Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2024-01-05T03:37:36.424Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2024-01-05T03:37:36.424Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T03:37:36.425Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1530037f-3847-46ec-87d0-5ae5ea1d5d25
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=?
2024-01-05T03:37:36.432Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.432Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:36.432Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T03:37:36.433Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.433Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2024-01-05T03:37:36.433Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bacb9b24-0ab4-40d1-84b1-2df210dbd1eb
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=?
2024-01-05T03:37:36.438Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.439Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.439Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 81d216a1-4dba-487f-8f0d-dae92e10c3b1: basic_vm_macro
2024-01-05T03:37:36.439Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.439Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.440Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.440Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.440Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.440Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.440Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.440Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.440Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:37:36.441Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:37:36.442Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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 (?, ?, ?, ?, ?)
2024-01-05T03:37:37.271Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 701016ed-38d7-4a8c-880c-cac2acfd7626 1 ASDC deployResourceStructure
2024-01-05T03:37:37.272Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:37.272Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:37.272Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:37:37.272Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:37.272Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:37.272Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425857272,
  "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
2024-01-05T03:37:38.273Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:38.274Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:38.274Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:37:38.274Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:38.274Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:38.274Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425858273,
  "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
2024-01-05T03:37:39.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:37:39.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425739357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:37:39.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425740359,
  "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=?
2024-01-05T03:37:39.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24728eb3-5add-4139-be88-e79b25118e5e
2024-01-05T03:37:39.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24728eb3-5add-4139-be88-e79b25118e5e 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 (?, ?, ?, ?, ?)
2024-01-05T03:37:39.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.215Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:37:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425763499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:37:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425770700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:37:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425731874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1704425765121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425797587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425797976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:37:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:37:39.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425798735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:37:39.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:37:39.275Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:39.276Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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
2024-01-05T03:37:39.276Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:37:39.276Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:39.276Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:39.276Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425859275,
  "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
2024-01-05T03:37:40.277Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2024-01-05T03:37:40.277Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2024-01-05T03:37:40.277Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:37:40.277Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:37:40.278Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:37:40.278Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425860277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:37:41.278Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24728eb3-5add-4139-be88-e79b25118e5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:37:41.292Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24728eb3-5add-4139-be88-e79b25118e5e
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=?
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:37:41.296Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:37:41.297Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2024-01-05T03:37:41.306Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T03:38:11.306Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24728eb3-5add-4139-be88-e79b25118e5e 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=?
2024-01-05T03:38:11.315Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24728eb3-5add-4139-be88-e79b25118e5e and serviceModelVersionId: 81d216a1-4dba-487f-8f0d-dae92e10c3b1
2024-01-05T03:38:11.315Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6aab9aaf-c80b-4b5e-8703-c579b45f395f
2024-01-05T03:38:11.316Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0
2024-01-05T03:38:11.321Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T03:38:11.350Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0|INFO|500||Invoke
2024-01-05T03:38:11.350Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[24728eb3-5add-4139-be88-e79b25118e5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d1cdec3-acdb-4858-b9ed-7d08caa3068b], X-ECOMP-RequestID=[24728eb3-5add-4139-be88-e79b25118e5e], X-TransactionId=[], X-ONAP-RequestID=[24728eb3-5add-4139-be88-e79b25118e5e], Content-Type=[application/merge-patch+json]}
2024-01-05T03:38:11.359Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T03:38:11.488Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?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/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 03:38:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[253992], x-aai-txid=[1-aai-resources-240105-03:38:11:119-19808], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T03:38:11.488Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0|DEBUG|500||Response was returned with an empty entity.
2024-01-05T03:38:11.489Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6aab9aaf-c80b-4b5e-8703-c579b45f395f/model-vers/model-ver/81d216a1-4dba-487f-8f0d-dae92e10c3b1?depth=0|INFO|500||InvokeReturn
2024-01-05T03:38:11.489Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T03:38:11.489Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||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=?
2024-01-05T03:38:11.498Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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)
2024-01-05T03:38:11.498Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24728eb3-5add-4139-be88-e79b25118e5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T03:38:11.499Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T03:38:11.499Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:11.499Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:11.499Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425891499,
  "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=?
2024-01-05T03:38:12.540Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||received message from topic
2024-01-05T03:38:12.540Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"81ee08c2-178d-4e7c-ad3d-56f7ab78adcf","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fcb6daf3-7385-402d-9056-2d0e53c19523","serviceDescription":"service","serviceInvariantUUID":"bd11e647-ea81-4349-85b6-105d7a0a3693","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"512fb549-1f93-4e66-afc9-1206e2361ad0","resourceInvariantUUID":"3545b6d9-d4bc-4051-afac-8364c49e5d09","resourceCustomizationUUID":"158dc6c1-3c2c-4bc4-8171-249a9a18b701","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":"Nzc1NjEyNjcxYTljYTU0NzRlYzg5MmNmNmI3MDgwMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d5cd5ad-97c6-4acb-bf13-57710f24c05f","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":"38b5d3db-c06c-4cec-bf0e-f9ee8a7be27d","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":"468ff67a-e304-476b-90e4-aa5b06606c9a","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":"ZGI1YzM4OWU3YzAwNTZlZjkyNzkzYmNjNzdhZTM3YjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a5cf1f11-8a26-4256-9eaa-c75ba0e93cb4","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":"ac2ec098-729c-4418-8d22-ebf7cc79274b","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":"7044a8b1-fa8e-4b15-862e-86be7d9b6878","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":"32e83e59-10eb-4acb-a4a9-65db50a42f62","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":"NjhiMjY2ZGNhNWMzZmM4MWJiMTQ2ZmY0YWQ0MDdiZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5063c5d4-27f9-4992-a8f1-b6697c0c1281","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzM0ZWYzOGMzODEyMDdiYTEyYjU5ZTQ5N2RlZDI1YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7719e5e-4a7f-4f58-940b-4c95ac30b7e7","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T03:38:12.541Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:12.541Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:12.541Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:12.541Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:38:13.545Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:13.545Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:13.545Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:13.545Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:14.546Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:14.546Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:14.546Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:14.546Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:15.551Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:15.552Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:15.552Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:15.552Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:16.553Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:16.554Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:16.554Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:16.554Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:38:17.555Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:17.555Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:17.555Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:17.555Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:18.556Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:18.556Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:18.556Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:18.556Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "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
2024-01-05T03:38:19.557Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:19.558Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:19.558Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:19.558Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:20.559Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T03:38:20.559Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:20.560Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:20.560Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:21.561Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fcb6daf3-7385-402d-9056-2d0e53c19523",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bd11e647-ea81-4349-85b6-105d7a0a3693",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "158dc6c1-3c2c-4bc4-8171-249a9a18b701",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "512fb549-1f93-4e66-afc9-1206e2361ad0",
      "resourceInvariantUUID": "3545b6d9-d4bc-4051-afac-8364c49e5d09",
      "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": "NzM0ZWYzOGMzODEyMDdiYTEyYjU5ZTQ5N2RlZDI1YmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7719e5e-4a7f-4f58-940b-4c95ac30b7e7"
    }
  ],
  "workloadContext": "Production"
}
2024-01-05T03:38:21.561Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T03:38:21.561Z|24728eb3-5add-4139-be88-e79b25118e5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fcb6daf3-7385-402d-9056-2d0e53c19523 ASDC
2024-01-05T03:38:21.562Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fcb6daf3-7385-402d-9056-2d0e53c19523
ServiceInvariantUUID:bd11e647-ea81-4349-85b6-105d7a0a3693
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:e7719e5e-4a7f-4f58-940b-4c95ac30b7e7
ArtifactChecksum:NzM0ZWYzOGMzODEyMDdiYTEyYjU5ZTQ5N2RlZDI1YmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:158dc6c1-3c2c-4bc4-8171-249a9a18b701
ResourceInvariantUUID:3545b6d9-d4bc-4051-afac-8364c49e5d09
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:512fb549-1f93-4e66-afc9-1206e2361ad0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2024-01-05T03:38:21.562Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcb6daf3-7385-402d-9056-2d0e53c19523 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 (?, ?, ?, ?, ?)
2024-01-05T03:38:21.673Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:38:21.673Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:38:21.673Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:38:21.673Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e7719e5e-4a7f-4f58-940b-4c95ac30b7e7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2024-01-05T03:38:21.674Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2024-01-05T03:38:21.674Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2024-01-05T03:38:21.785Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2024-01-05T03:38:21.787Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e7719e5e-4a7f-4f58-940b-4c95ac30b7e7 110176
2024-01-05T03:38:21.788Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2024-01-05T03:38:21.788Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2024-01-05T03:38:21.788Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T03:38:21.788Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:21.788Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:21.788Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425901788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:22.789Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T03:38:22.789Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2024-01-05T03:38:22.790Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e7719e5e-4a7f-4f58-940b-4c95ac30b7e7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2024-01-05T03:38:22.790Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2024-01-05T03:38:22.791Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2024-01-05T03:38:22.791Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2024-01-05T03:38:22.922Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10281321250707588975/Definitions/service-TestPnfMacro-template.yml
2024-01-05T03:38:23.506Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T03:38:23.506Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||WARN|500||####################################################################################################
2024-01-05T03:38:23.506Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||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
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||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
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||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
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||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
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||WARN|500||####################################################################################################
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.507Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.508Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.508Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.508Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.508Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.508Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:fcb6daf3-7385-402d-9056-2d0e53c19523
Model Version:NULL
Model InvariantUuid:bd11e647-ea81-4349-85b6-105d7a0a3693
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=?
2024-01-05T03:38:23.527Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 512fb549-1f93-4e66-afc9-1206e2361ad0
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=?
2024-01-05T03:38:23.532Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||test-pnf 0
2024-01-05T03:38:23.533Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 512fb549-1f93-4e66-afc9-1206e2361ad0
2024-01-05T03:38:23.533Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||No resources found for Service: fcb6daf3-7385-402d-9056-2d0e53c19523
2024-01-05T03:38:23.533Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fcb6daf3-7385-402d-9056-2d0e53c19523
2024-01-05T03:38:23.533Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 512fb549-1f93-4e66-afc9-1206e2361ad0 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=?
2024-01-05T03:38:23.543Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17503927, org.onap.sdc.toscaparser.api.parameters.Input@715e0d59, org.onap.sdc.toscaparser.api.parameters.Input@7dac7d9e, org.onap.sdc.toscaparser.api.parameters.Input@7f51c5b4, org.onap.sdc.toscaparser.api.parameters.Input@69de5278]
2024-01-05T03:38:23.543Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.543Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.544Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fcb6daf3-7385-402d-9056-2d0e53c19523: test-pnf
2024-01-05T03:38:23.544Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Processing PNF resource: 512fb549-1f93-4e66-afc9-1206e2361ad0
2024-01-05T03:38:23.544Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2024-01-05T03:38:23.544Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T03:38:23.544Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Resource customization UUID: 158dc6c1-3c2c-4bc4-8171-249a9a18b701 is the same as notified resource customizationUUID: 158dc6c1-3c2c-4bc4-8171-249a9a18b701
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 (?, ?)
2024-01-05T03:38:23.771Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 512fb549-1f93-4e66-afc9-1206e2361ad0 0 ASDC deployResourceStructure
2024-01-05T03:38:23.772Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2024-01-05T03:38:23.772Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2024-01-05T03:38:23.772Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T03:38:23.772Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:38:23.772Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:38:23.772Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425903771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:24.773Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:38:24.793Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
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=?
2024-01-05T03:38:24.796Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:38:24.796Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T03:38:24.797Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T03:38:39.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:38:39.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.061Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425799738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:38:39.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.061Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1704425799066,
  "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=?
2024-01-05T03:38:39.073Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
2024-01-05T03:38:39.073Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf 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 (?, ?, ?, ?, ?)
2024-01-05T03:38:39.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "policy-distribution-id",
  "timestamp": 1704425800740,
  "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=?
2024-01-05T03:38:39.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
2024-01-05T03:38:39.122Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf 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 (?, ?, ?, ?, ?)
2024-01-05T03:38:39.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.165Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.165Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425804923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "aai-model-loader",
  "timestamp": 1704425805924,
  "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=?
2024-01-05T03:38:39.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
2024-01-05T03:38:39.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf 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 (?, ?, ?, ?, ?)
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425801112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:38:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425810269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425812419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1704425813420,
  "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=?
2024-01-05T03:38:39.234Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
2024-01-05T03:38:39.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf 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 (?, ?, ?, ?, ?)
2024-01-05T03:38:39.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.294Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98cb3a47-74a4-4243-b65b-204d01c80b3d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425841406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2024-01-05T03:38:39.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425850791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.296Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425853130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425854258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425855370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425857272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:38:39.297Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425858273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2024-01-05T03:38:39.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:38:54.797Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2024-01-05T03:38:54.817Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf
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=?
2024-01-05T03:38:54.821Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2024-01-05T03:38:54.822Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2024-01-05T03:38:54.834Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T03:39:24.835Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf 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=?
2024-01-05T03:39:24.844Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf and serviceModelVersionId: fcb6daf3-7385-402d-9056-2d0e53c19523
2024-01-05T03:39:24.844Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd11e647-ea81-4349-85b6-105d7a0a3693
2024-01-05T03:39:24.844Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd11e647-ea81-4349-85b6-105d7a0a3693/model-vers/model-ver/fcb6daf3-7385-402d-9056-2d0e53c19523?depth=0
2024-01-05T03:39:24.850Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T03:39:24.883Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd11e647-ea81-4349-85b6-105d7a0a3693/model-vers/model-ver/fcb6daf3-7385-402d-9056-2d0e53c19523?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]}
2024-01-05T03:39:24.884Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd11e647-ea81-4349-85b6-105d7a0a3693/model-vers/model-ver/fcb6daf3-7385-402d-9056-2d0e53c19523?depth=0|INFO|500||Invoke
2024-01-05T03:39:24.894Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd11e647-ea81-4349-85b6-105d7a0a3693/model-vers/model-ver/fcb6daf3-7385-402d-9056-2d0e53c19523?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2024-01-05T03:39:25.225Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd11e647-ea81-4349-85b6-105d7a0a3693/model-vers/model-ver/fcb6daf3-7385-402d-9056-2d0e53c19523?depth=0|INFO|500||InvokeReturn
2024-01-05T03:39:25.225Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd11e647-ea81-4349-85b6-105d7a0a3693/model-vers/model-ver/fcb6daf3-7385-402d-9056-2d0e53c19523?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 03:39:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[326], vertex-id=[204960], x-aai-txid=[0-aai-resources-240105-03:39:24:654-91483], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T03:39:25.225Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2024-01-05T03:39:25.226Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T03:39:25.226Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||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=?
2024-01-05T03:39:25.235Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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)
2024-01-05T03:39:25.235Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81ee08c2-178d-4e7c-ad3d-56f7ab78adcf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T03:39:25.235Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T03:39:25.236Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2024-01-05T03:39:25.236Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T03:39:25.236Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425965235,
  "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=?
2024-01-05T03:39:26.280Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:39:39.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:39:39.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425859275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2024-01-05T03:39:39.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425860277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "24728eb3-5add-4139-be88-e79b25118e5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425891499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.066Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425842465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2024-01-05T03:39:39.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.066Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425901788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2024-01-05T03:39:39.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:39:39.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T03:39:39.067Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425903771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2024-01-05T03:39:39.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:40:26.280Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:40:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:40:39.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T03:40:39.062Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "81ee08c2-178d-4e7c-ad3d-56f7ab78adcf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1704425965235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T03:40:39.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T03:41:26.283Z|81ee08c2-178d-4e7c-ad3d-56f7ab78adcf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:41:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:42:26.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:42:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:43:26.285Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:43:39.061Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:44:26.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:44:39.061Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:45:26.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:45:39.062Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:46:26.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:46:39.062Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:47:26.289Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:47:39.062Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:48:26.290Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:48:39.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:49:26.291Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:49:39.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:50:26.291Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:50:39.064Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:51:26.293Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:51:39.066Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:52:26.293Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:52:39.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:53:26.294Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:53:39.068Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:54:26.294Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:54:39.068Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:55:26.294Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:55:39.070Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:56:26.296Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:56:39.070Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:57:26.296Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:57:39.071Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:58:26.298Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:58:39.071Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T03:59:26.298Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T03:59:39.073Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:00:26.301Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:00:39.073Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:01:26.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:01:39.074Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:02:26.303Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:02:39.074Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:03:26.305Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:03:39.076Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:04:26.306Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:04:39.076Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:05:26.307Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:05:39.077Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:06:26.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:06:39.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:07:26.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:07:39.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:08:26.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:08:39.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:09:26.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:09:39.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:10:26.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:10:39.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:11:26.313Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:11:39.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:12:26.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:12:39.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:13:26.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:13:39.088Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:14:26.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:14:39.090Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:15:26.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:15:39.090Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:16:26.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:16:39.092Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:17:26.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:17:39.092Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:18:26.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:18:39.093Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:19:26.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:19:39.094Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:20:26.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:20:39.095Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:21:26.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:21:39.095Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:22:26.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:22:39.097Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:23:26.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:23:39.098Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:24:26.327Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:24:39.099Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:25:26.328Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:25:39.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:26:26.329Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:26:39.101Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:27:26.329Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:27:39.104Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:28:26.330Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T04:28:39.105Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T04:29:26.331Z|16f3dc6a-b5e3-48bb-993f-de1c4113ea3a|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO