Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Dspring.config.additional-location=/app/config/override.yaml  

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

2023-02-09T00:29:42.895Z||main|||||INFO|500||The following profiles are active: basic
2023-02-09T00:30:06.415Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-09T00:30:06.416Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-09T00:30:06.593Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-09T00:30:13.238Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-09T00:30:13.975Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-09T00:30:14.803Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-09T00:30:16.768Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-09T00:30:18.067Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-09T00:30:22.970Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-09T00:30:27.090Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-09T00:30:33.709Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-09T00:30:33.910Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-09T00:30:34.348Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-09T00:30:34.371Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-09T00:30:35.462Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-09T00:30:36.162Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-09T00:30:38.150Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-02-09T00:30:40.490Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-02-09T00:30:40.492Z||main|||||ERROR|500||(conn=1177) Table 'catalogdb.activity_spec' doesn't exist
2023-02-09T00:30:40.540Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-02-09T00:30:46.312Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-09T00:30:50.885Z||main|||||WARN|500||---
2023-02-09T00:30:50.886Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-09T00:30:50.887Z||main|||||WARN|500||---
2023-02-09T00:30:51.395Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-09T00:31:00.724Z||main|||||INFO|500||Started Application in 86.632 seconds (JVM running for 94.922)
2023-02-09T00:31:00.762Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-09T00:31:00.764Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-09T00:31:00.779Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-09T00:31:00.856Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8341dd25-c9c4-414b-84d0-59a6ce5bd59e url= /sdc/v1/artifactTypes
2023-02-09T00:31:00.865Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-09T00:31:01.017Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-02-09T00:31:01.019Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d470e96
2023-02-09T00:31:01.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-02-09T00:31:01.054Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-02-09T00:31:01.085Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-02-09T00:31:01.094Z||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$$79812dc5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2023-02-09T00:31:50.715Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-09T00:31:50.728Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-09T00:31:50.729Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-09T00:31:50.742Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3b832ffa-250d-4fb6-8665-6129f918ba75 url= /sdc/v1/artifactTypes
2023-02-09T00:31:50.743Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-09T00:31:50.777Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-02-09T00:31:50.778Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a818627
2023-02-09T00:31:50.778Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-02-09T00:31:50.779Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-02-09T00:31:50.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-02-09T00:31:50.781Z||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$$79812dc5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2023-02-09T00:32:40.714Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-09T00:32:40.716Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-09T00:32:40.716Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-09T00:32:40.733Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bdecb4df-fb19-4dff-9561-47d5c4e271c1 url= /sdc/v1/artifactTypes
2023-02-09T00:32:40.737Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-09T00:32:40.806Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-02-09T00:32:40.807Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1eb6122f
2023-02-09T00:32:40.814Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-02-09T00:32:40.834Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-02-09T00:32:40.836Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-02-09T00:32:40.838Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$79812dc5.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2023-02-09T00:33:30.718Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-09T00:33:30.719Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-09T00:33:30.719Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-09T00:33:30.729Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6e5c52c1-e526-42ea-98ae-38ec382af0f2 url= /sdc/v1/artifactTypes
2023-02-09T00:33:30.731Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-09T00:33:31.075Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-09T00:33:31.096Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-02-09T00:33:31.096Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-09T00:33:31.097Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9457f518-2509-4d47-b8b8-b0404f2f5eeb url= /sdc/v1/distributionKafkaData
2023-02-09T00:33:31.097Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-09T00:33:31.205Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-09T00:33:31.216Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@78b5a0ce
2023-02-09T00:33:31.369Z||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-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-02-09T00:33:31.512Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Instantiated an idempotent producer.
2023-02-09T00:33:31.825Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-09T00:33:32.007Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-09T00:33:32.008Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-09T00:33:32.008Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675902811990
2023-02-09T00:33:32.042Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-09T00:33:32.099Z||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-559a22d7-ff97-485b-937c-9ab8d1ad22a5
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-02-09T00:33:32.239Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-09T00:33:32.240Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-09T00:33:32.241Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675902812239
2023-02-09T00:33:32.247Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:33:32.257Z||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-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-02-09T00:33:32.262Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:33:32.302Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-09T00:33:32.303Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-09T00:33:32.303Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675902812302
2023-02-09T00:33:32.304Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:33:32.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:33:32.327Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-09T00:33:34.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 9PbooYsJRhWaunEweLQF9g
2023-02-09T00:33:34.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:34.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:34.130Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Cluster ID: M_T26NPrQjmOjY5mZL1YXw
2023-02-09T00:33:34.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:34.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:34.132Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 9PbooYsJRhWaunEweLQF9g
2023-02-09T00:33:34.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:34.132Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 9PbooYsJRhWaunEweLQF9g
2023-02-09T00:33:34.133Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 9PbooYsJRhWaunEweLQF9g
2023-02-09T00:33:34.133Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 9PbooYsJRhWaunEweLQF9g
2023-02-09T00:33:34.133Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:34.134Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 9PbooYsJRhWaunEweLQF9g
2023-02-09T00:33:34.134Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] ProducerId set to 4 with epoch 0
2023-02-09T00:33:34.137Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Cluster ID: M_T26NPrQjmOjY5mZL1YXw
2023-02-09T00:33:34.137Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Cluster ID: M_T26NPrQjmOjY5mZL1YXw
2023-02-09T00:33:34.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-09T00:33:34.138Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-09T00:33:34.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] (Re-)joining group
2023-02-09T00:33:34.203Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] (Re-)joining group
2023-02-09T00:33:34.300Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2-9017ee3e-e04e-413a-84fd-ee8a385b3ec0
2023-02-09T00:33:34.301Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-09T00:33:34.301Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] (Re-)joining group
2023-02-09T00:33:34.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5-99c396d3-a519-4ec4-a6de-ef2d72cf9499
2023-02-09T00:33:34.314Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-02-09T00:33:34.315Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] (Re-)joining group
2023-02-09T00:33:40.367Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2-9017ee3e-e04e-413a-84fd-ee8a385b3ec0', protocol='range'}
2023-02-09T00:33:40.325Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5-99c396d3-a519-4ec4-a6de-ef2d72cf9499', protocol='range'}
2023-02-09T00:33:41.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:41.001Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:41.014Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:41.022Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:41.038Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:41.039Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, 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 jqjZTV79Svqp_-1QDX1ftQ
2023-02-09T00:33:41.100Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2-9017ee3e-e04e-413a-84fd-ee8a385b3ec0=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-559a22d7-ff97-485b-937c-9ab8d1ad22a5-99c396d3-a519-4ec4-a6de-ef2d72cf9499=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-02-09T00:33:41.201Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5-99c396d3-a519-4ec4-a6de-ef2d72cf9499', protocol='range'}
2023-02-09T00:33:41.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-02-09T00:33:41.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2-9017ee3e-e04e-413a-84fd-ee8a385b3ec0', protocol='range'}
2023-02-09T00:33:41.257Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-02-09T00:33:41.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-09T00:33:41.258Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-09T00:33:41.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-09T00:33:41.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-09T00:33:41.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-09T00:33:41.327Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-09T00:33:41.327Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-09T00:33:41.327Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-09T00:33:41.325Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-09T00:33:41.339Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-09T00:33:41.339Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-09T00:33:41.339Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-09T00:33:41.346Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-09T00:33:41.358Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-09T00:33:41.786Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-09T00:33:41.788Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-09T00:33:41.939Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-09T00:33:41.940Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-09T00:33:41.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-09T00:33:41.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-09T00:33:41.974Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-09T00:33:41.975Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-09T00:33:41.977Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-09T00:33:41.977Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-09T00:33:41.982Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-09T00:33:41.983Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-09T00:34:32.276Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:34:32.314Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:35:32.281Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:35:32.320Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:36:32.282Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:36:32.321Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:37:32.286Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:37:32.323Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:38:32.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:38:32.325Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:39:28.470Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-09T00:39:32.292Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:39:32.329Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:40:32.292Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:40:32.331Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:41:32.294Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:41:32.332Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:42:32.296Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:42:32.333Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:42:34.334Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-76f3d2a2-38ee-44ed-ba3b-2772b36d23b2, groupId=so] Node -1 disconnected.
2023-02-09T00:42:34.466Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Node -1 disconnected.
2023-02-09T00:42:34.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-559a22d7-ff97-485b-937c-9ab8d1ad22a5, groupId=so] Node -1 disconnected.
2023-02-09T00:43:32.298Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:43:32.334Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:44:32.300Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:44:32.336Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:45:32.302Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:45:32.336Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:46:32.302Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:46:32.337Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:47:32.303Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:47:32.339Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:48:32.307Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:48:32.343Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:49:32.308Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:49:32.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:50:32.311Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:50:32.345Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:51:32.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:51:32.346Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:52:32.315Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:52:32.348Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:53:32.316Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:53:32.349Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:54:32.318Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:54:32.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:55:32.322Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:55:32.353Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:56:32.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:56:32.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:57:32.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:57:32.356Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:58:32.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:58:32.357Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T00:59:32.330Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T00:59:32.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:00:32.332Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:00:32.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:01:32.347Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:01:32.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:02:32.348Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:02:32.365Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:03:32.348Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:03:32.367Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:04:32.350Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:04:32.369Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:05:32.351Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:05:32.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:06:32.353Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:06:32.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:07:32.354Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:07:32.371Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:08:32.355Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:08:32.373Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:09:32.357Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:09:32.374Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:10:32.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:10:32.374Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:11:32.361Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:11:32.376Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:12:32.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:12:32.377Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:13:32.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:13:32.379Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:14:32.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:14:32.382Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:15:32.371Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:15:32.382Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:16:32.371Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:16:32.384Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:17:32.373Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:17:32.385Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:18:32.373Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:18:32.385Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:19:32.375Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:19:32.388Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:20:32.377Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:20:32.389Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:21:32.379Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:21:32.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:22:32.381Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:22:32.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:23:32.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:23:32.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:24:32.386Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:24:32.395Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:25:32.387Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:25:32.398Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:26:32.388Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:26:32.399Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:27:32.390Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:27:32.401Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:28:32.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:28:32.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:29:32.393Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:29:32.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:30:32.394Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:30:32.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:31:32.395Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:31:32.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:32:32.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:32:32.409Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:33:32.397Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:33:32.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:34:32.399Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:34:32.411Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:35:32.401Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:35:32.411Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:36:32.403Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:36:32.414Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:37:32.408Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:37:32.415Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:38:32.410Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:38:32.418Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:39:32.412Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:39:32.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:40:32.414Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:40:32.422Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:41:32.418Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:41:32.423Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:42:32.420Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:42:32.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:43:32.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:43:32.426Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:44:32.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:44:32.426Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:45:32.423Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:45:32.427Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:46:32.425Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:46:32.429Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:47:32.427Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:47:32.429Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:48:32.428Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:48:32.429Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:49:32.429Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:49:32.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:50:32.430Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:50:32.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:51:32.432Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:51:32.432Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:52:32.432Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:52:32.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:53:32.433Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:53:32.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:54:32.434Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:54:32.435Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:55:32.436Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:55:32.436Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:56:32.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:56:32.437Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:57:32.439Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:57:32.439Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:58:32.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T01:58:32.442Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:59:32.442Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T01:59:32.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:00:32.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:00:32.443Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:01:32.445Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:01:32.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:02:32.445Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:02:32.446Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:03:32.446Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:03:32.446Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:04:32.448Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:04:32.448Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:05:32.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:05:32.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:06:32.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:06:32.455Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:07:32.453Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:07:32.455Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:08:32.453Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:08:32.456Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:09:32.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:09:32.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:10:32.456Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:10:32.461Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:11:32.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:11:32.463Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:12:32.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:12:32.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:13:32.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:13:32.464Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:14:32.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:14:32.465Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:15:32.464Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:15:32.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:16:32.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:16:32.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:17:32.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:17:32.469Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:18:32.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:18:32.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:19:32.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:19:32.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:20:32.471Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:20:32.472Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:21:32.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:21:32.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:22:32.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:22:32.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:23:32.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:23:32.475Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:24:32.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:24:32.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:25:32.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:25:32.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:26:32.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:26:32.480Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:27:32.481Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:27:32.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:28:32.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:28:32.482Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:29:32.483Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:29:32.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:30:32.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:30:32.483Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:31:32.485Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:31:32.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:32:32.486Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:32:32.486Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:33:32.488Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:33:32.490Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:34:32.490Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:34:32.492Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:35:32.492Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:35:32.494Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:36:32.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:36:32.494Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:37:32.494Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:37:32.494Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:38:32.495Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:38:32.496Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:39:32.497Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:39:32.495Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:40:32.498Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:40:32.498Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:41:32.499Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:41:32.499Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:42:32.500Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:42:32.500Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:43:32.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:43:32.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:44:32.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:44:32.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:45:32.502Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:45:32.502Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:46:32.504Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:46:32.504Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:47:32.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:47:32.505Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:48:32.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:48:32.509Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:49:32.508Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:49:32.510Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:50:32.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:50:32.511Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:51:32.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:51:32.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:52:32.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:52:32.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:53:32.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:53:32.513Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:54:32.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:54:32.515Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:55:32.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:55:32.516Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:56:32.518Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:56:32.518Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:57:32.518Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:57:32.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:58:32.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:58:32.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T02:59:32.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T02:59:32.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:00:32.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:00:32.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:01:32.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:01:32.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:02:32.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:02:32.529Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:03:32.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:03:32.530Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:04:32.528Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:04:32.530Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:05:32.530Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:05:32.531Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:06:32.539Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:06:32.540Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:07:32.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:07:32.542Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:08:32.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:08:32.543Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:09:32.542Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:09:32.543Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:10:32.543Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:10:32.545Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:11:32.544Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:11:32.546Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:12:32.545Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:12:32.547Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:13:32.547Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:13:32.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:14:32.549Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:14:32.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:15:32.551Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:15:32.552Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:16:32.554Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:16:32.555Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:17:32.556Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:17:32.556Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:18:32.558Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:18:32.558Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:19:32.560Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:19:32.561Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:20:32.560Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:20:32.561Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:21:32.562Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:21:32.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:22:32.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:22:32.562Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:23:32.564Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:23:32.563Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:24:32.565Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:24:32.566Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:25:32.566Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:25:32.567Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:26:32.569Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:26:32.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:27:32.570Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:27:32.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:28:32.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:28:32.571Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:29:32.573Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:29:32.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:30:32.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:30:32.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:31:32.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:31:32.575Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:32:32.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:32:32.579Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:33:32.577Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:33:32.580Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:34:32.578Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:34:32.582Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:35:32.580Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:35:32.582Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:36:32.581Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:36:32.583Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:37:32.583Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:37:32.584Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:38:32.585Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:38:32.585Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:39:32.585Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:39:32.587Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:40:32.586Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:40:32.587Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:41:32.587Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:41:32.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:42:32.588Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:42:32.589Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:43:32.590Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:43:32.591Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:44:32.591Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:44:32.592Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:45:32.592Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:45:32.593Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:46:32.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:46:32.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:47:32.601Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:47:32.602Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:48:32.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:48:32.602Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:49:32.603Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:49:32.603Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:50:32.604Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:50:32.604Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:51:32.605Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:51:32.605Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:52:32.606Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:52:32.607Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:53:32.607Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:53:32.607Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:54:32.608Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:54:32.609Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:55:32.609Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:55:32.610Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:56:32.611Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:56:32.611Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:57:32.614Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:57:32.614Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:58:32.615Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:58:32.619Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T03:59:32.617Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T03:59:32.620Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:00:32.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:00:32.622Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:01:32.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:01:32.622Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:02:32.620Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:02:32.623Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:03:32.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:03:32.623Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:04:32.623Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:04:32.624Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:05:32.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:05:32.624Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:06:32.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:06:32.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:07:32.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:07:32.630Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:08:32.628Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:08:32.631Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:09:32.630Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:09:32.632Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:10:32.632Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:10:32.633Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:11:32.634Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:11:32.635Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:12:32.635Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:12:32.636Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:13:32.639Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:13:32.640Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:14:32.640Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:14:32.640Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:15:32.640Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:15:32.642Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:16:32.642Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:16:32.643Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:17:32.642Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:17:32.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:18:32.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:18:32.644Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:19:32.645Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:19:32.649Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:20:32.647Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:20:32.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:21:32.648Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:21:32.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:22:32.649Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:22:32.652Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:23:32.649Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:23:32.652Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:24:32.650Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:24:32.653Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:25:32.652Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:25:32.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:26:32.653Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:26:32.659Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:27:32.655Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:27:32.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:28:32.657Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:28:32.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:29:32.658Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:29:32.663Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:30:32.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:30:32.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:31:32.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:31:32.671Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:32:32.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:32:32.672Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:33:32.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:33:32.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:34:32.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:34:32.674Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:35:32.667Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:35:32.675Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:36:32.669Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:36:32.676Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:32.670Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:37:32.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:42.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T04:37:42.394Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0adff4be-a5f8-45e3-8c6d-a19d0cc72a55","serviceName":"basic_onboard_ENpsPf","serviceVersion":"1.0","serviceUUID":"86ac4c8e-e7a8-424e-8f86-c780752764a5","serviceDescription":"service","serviceInvariantUUID":"5c9ed947-94da-4031-b19c-d77021a645f5","resources":[{"resourceInstanceName":"basic_onboard_ENpsPf 0","resourceName":"basic_onboard_ENpsPf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3f70da2-4bce-4f06-a711-343a97105c0a","resourceInvariantUUID":"35898a0d-27f4-4279-9b04-59b2ca212c3b","resourceCustomizationUUID":"e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vf-license-model.xml","artifactChecksum":"MzE2NTIzMTk5ZTczMGViYTFhNWU3MDdhMTYxMzNkN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d443dbe3-4e5b-49fa-81fe-9057763bfdaa","artifactVersion":"1"},{"artifactName":"basic_onboard_enpspf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json","artifactChecksum":"MDgxYWQwYjUwYjJjNzVkMGIyMmJkM2JjNTliNGM4NjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d88dce1-a080-4622-b600-d9c8eff5e748","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a893f0ed-d4ed-445b-b8bd-a84d2df63d88","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fed7816e-e041-449b-9116-74e670edaa27","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"46af108d-09fe-4902-ba80-22aa7453be24","artifactVersion":"2","generatedFromUUID":"a893f0ed-d4ed-445b-b8bd-a84d2df63d88"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEnpspf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-template.yml","artifactChecksum":"NDBlYzI5MzU4NzNiY2Y2ZTJjOTVmYjI4YjY2ZmRkZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ce3c397-6b57-43b2-8dfb-3d0c18f66174","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEnpspf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar","artifactChecksum":"NzY0NTU4ZTRjMzcxYTNiY2FmOWMwYTY3OTFjNzU1YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffefc4b7-3426-4f7b-afa5-ced4cea0f4ec","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T04:37:42.422Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:37:42.437Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:42.438Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:42.439Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:42.458Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T04:37:42.458Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T04:37:42.459Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T04:37:42.459Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T04:37:42.459Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T04:37:42.459Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T04:37:42.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:37:42.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:37:42.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:37:43.508Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:37:43.509Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:43.509Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:43.510Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:44.519Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:37:44.520Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:44.520Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:44.520Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:45.522Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:37:45.523Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:45.523Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:45.524Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:46.526Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:37:46.527Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:46.527Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:46.527Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:47.528Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:37:47.529Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:47.529Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:47.530Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:48.532Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:37:48.533Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:48.535Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:48.535Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:49.538Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "serviceName": "basic_onboard_ENpsPf",
  "serviceVersion": "1.0",
  "serviceUUID": "86ac4c8e-e7a8-424e-8f86-c780752764a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c9ed947-94da-4031-b19c-d77021a645f5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ENpsPf 0",
      "resourceCustomizationUUID": "e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7",
      "resourceName": "basic_onboard_ENpsPf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3f70da2-4bce-4f06-a711-343a97105c0a",
      "resourceInvariantUUID": "35898a0d-27f4-4279-9b04-59b2ca212c3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_enpspf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
          "artifactChecksum": "MDgxYWQwYjUwYjJjNzVkMGIyMmJkM2JjNTliNGM4NjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0d88dce1-a080-4622-b600-d9c8eff5e748",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a893f0ed-d4ed-445b-b8bd-a84d2df63d88",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "46af108d-09fe-4902-ba80-22aa7453be24",
            "generatedFromUUID": "a893f0ed-d4ed-445b-b8bd-a84d2df63d88"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "46af108d-09fe-4902-ba80-22aa7453be24",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEnpspf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
      "artifactChecksum": "NzY0NTU4ZTRjMzcxYTNiY2FmOWMwYTY3OTFjNzU1YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffefc4b7-3426-4f7b-afa5-ced4cea0f4ec"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T04:37:49.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T04:37:49.546Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86ac4c8e-e7a8-424e-8f86-c780752764a5 ASDC
2023-02-09T04:37:49.758Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
ServiceName:basic_onboard_ENpsPf
ServiceVersion:1.0
ServiceUUID:86ac4c8e-e7a8-424e-8f86-c780752764a5
ServiceInvariantUUID:5c9ed947-94da-4031-b19c-d77021a645f5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEnpspf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar
ArtifactUUID:ffefc4b7-3426-4f7b-afa5-ced4cea0f4ec
ArtifactChecksum:NzY0NTU4ZTRjMzcxYTNiY2FmOWMwYTY3OTFjNzU1YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ENpsPf 0
ResourceCustomizationUUID:e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7
ResourceInvariantUUID:35898a0d-27f4-4279-9b04-59b2ca212c3b
ResourceName:basic_onboard_ENpsPf
ResourceType:VF
ResourceUUID:f3f70da2-4bce-4f06-a711-343a97105c0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_enpspf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json
ArtifactUUID:0d88dce1-a080-4622-b600-d9c8eff5e748
ArtifactChecksum:MDgxYWQwYjUwYjJjNzVkMGIyMmJkM2JjNTliNGM4NjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a893f0ed-d4ed-445b-b8bd-a84d2df63d88
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env
ArtifactUUID:46af108d-09fe-4902-ba80-22aa7453be24
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env
ArtifactUUID:46af108d-09fe-4902-ba80-22aa7453be24
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-09T04:37:49.761Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86ac4c8e-e7a8-424e-8f86-c780752764a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:37:50.254Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T04:37:50.255Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-09T04:37:50.256Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-09T04:37:50.257Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ffefc4b7-3426-4f7b-afa5-ced4cea0f4ec from URL: /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:50.257Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:37:50.258Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:51.028Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:37:51.049Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar ffefc4b7-3426-4f7b-afa5-ced4cea0f4ec 75671
2023-02-09T04:37:51.051Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar ASDC sendASDCNotification
2023-02-09T04:37:51.051Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:51.052Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:37:51.053Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:51.054Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:51.054Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917471050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:52.055Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T04:37:52.057Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-09T04:37:52.058Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ffefc4b7-3426-4f7b-afa5-ced4cea0f4ec, URL: /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar to file: /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:52.058Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:52.215Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:52.216Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:53.083Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6642106099514531217/Definitions/service-BasicOnboardEnpspf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-09T04:37:56.364Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T04:37:56.370Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-09T04:37:56.371Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.371Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-09T04:37:56.371Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.372Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.372Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ENpsPf 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-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.372Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.372Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.372Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.373Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:37:56.373Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-09T04:37:56.381Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.383Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:37:56.388Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:37:56.389Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-09T04:37:56.391Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T04:37:56.392Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.393Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:37:56.393Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:37:56.393Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-09T04:37:56.393Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T04:37:56.394Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.394Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:37:56.398Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.398Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is not matching search criteria
2023-02-09T04:37:56.398Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-09T04:37:56.398Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-09T04:37:56.398Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-09T04:37:56.399Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-09T04:37:56.399Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-09T04:37:56.399Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.399Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T04:37:56.400Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.401Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:37:56.401Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:37:56.401Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.401Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:37:56.402Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:37:56.402Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.402Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:37:56.402Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:37:56.403Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.403Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is not matching search criteria
2023-02-09T04:37:56.404Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-09T04:37:56.405Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-09T04:37:56.405Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b93c1808-502f-41b5-9e9e-8f396ad55e60
2023-02-09T04:37:56.405Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.406Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:37:56.406Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.406Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:37:56.406Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.406Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:37:56.406Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:37:56.406Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:37:56.407Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ENpsPf
Description:service
Model UUID:86ac4c8e-e7a8-424e-8f86-c780752764a5
Model Version:NULL
Model InvariantUuid:5c9ed947-94da-4031-b19c-d77021a645f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ENpsPf
Model UUID:1f558236-0d14-480f-8c2b-ed1717fa8f03
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:35898a0d-27f4-4279-9b04-59b2ca212c3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1d662bc-2337-4ddc-9019-63581dad0fd1
ModelName:BasicOnboardEnpspf..base_ubuntu18..module-0
ModelUuid:aa9b6d62-c6c7-4c46-bbcb-b9fdeafed782
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b93c1808-502f-41b5-9e9e-8f396ad55e60
ModelInvariantUuid:67520992-1c7e-4c3e-ad6f-b972980284ac
ModelName:basic_onboard_ENpsPf-nodes.ubuntu18Cvfc
ModelUuid:414c0cec-382f-46bd-a2b5-b260400b172f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b35637e4-48bc-4fbf-bf75-15000251d5e9
ModelInvariantUuid:dcbadd95-5d98-4ae4-ac55-27b84ebd63e2
ModelName:BasicOnboardEnpspf.compute.nodes.heat.ubuntu18
ModelUuid:2f581632-7861-43f5-a0a3-b69528e988f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T04:37:56.446Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f3f70da2-4bce-4f06-a711-343a97105c0a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:37:56.541Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||basic_onboard_ENpsPf 0
2023-02-09T04:37:56.548Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3f70da2-4bce-4f06-a711-343a97105c0a
2023-02-09T04:37:56.548Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d88dce1-a080-4622-b600-d9c8eff5e748 from URL: /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json
2023-02-09T04:37:56.549Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:37:56.549Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json
2023-02-09T04:37:56.669Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:37:56.670Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json 0d88dce1-a080-4622-b600-d9c8eff5e748 798
2023-02-09T04:37:56.670Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json ASDC sendASDCNotification
2023-02-09T04:37:56.670Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json
2023-02-09T04:37:56.670Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:37:56.671Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:56.671Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:56.671Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917476670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:57.680Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEnpspf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c1d662bc-2337-4ddc-9019-63581dad0fd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa9b6d62-c6c7-4c46-bbcb-b9fdeafed782",
    "vfModuleModelCustomizationUUID": "d74e6355-3179-4eb1-abcc-c4ce0c96b81a",
    "isBase": true,
    "artifacts": [
      "a893f0ed-d4ed-445b-b8bd-a84d2df63d88",
      "46af108d-09fe-4902-ba80-22aa7453be24"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T04:37:57.708Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEnpspf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa9b6d62-c6c7-4c46-bbcb-b9fdeafed782
VfModuleModelInvariantUUID:c1d662bc-2337-4ddc-9019-63581dad0fd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
a893f0ed-d4ed-445b-b8bd-a84d2df63d88
,
46af108d-09fe-4902-ba80-22aa7453be24

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T04:37:57.719Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEnpspf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c1d662bc-2337-4ddc-9019-63581dad0fd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa9b6d62-c6c7-4c46-bbcb-b9fdeafed782",
    "vfModuleModelCustomizationUUID": "d74e6355-3179-4eb1-abcc-c4ce0c96b81a",
    "isBase": true,
    "artifacts": [
      "a893f0ed-d4ed-445b-b8bd-a84d2df63d88",
      "46af108d-09fe-4902-ba80-22aa7453be24"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T04:37:57.719Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEnpspf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa9b6d62-c6c7-4c46-bbcb-b9fdeafed782
VfModuleModelInvariantUUID:c1d662bc-2337-4ddc-9019-63581dad0fd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
a893f0ed-d4ed-445b-b8bd-a84d2df63d88
,
46af108d-09fe-4902-ba80-22aa7453be24

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T04:37:57.719Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a893f0ed-d4ed-445b-b8bd-a84d2df63d88 from URL: /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml
2023-02-09T04:37:57.719Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:37:57.720Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml
2023-02-09T04:37:57.881Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:37:57.882Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml a893f0ed-d4ed-445b-b8bd-a84d2df63d88 5033
2023-02-09T04:37:57.883Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-09T04:37:57.883Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml
2023-02-09T04:37:57.884Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:37:57.884Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:57.884Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:57.885Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917477883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:37:58.886Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 46af108d-09fe-4902-ba80-22aa7453be24 from URL: /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env
2023-02-09T04:37:58.887Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:37:58.887Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env
2023-02-09T04:37:59.041Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:37:59.042Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env 46af108d-09fe-4902-ba80-22aa7453be24 909
2023-02-09T04:37:59.043Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-09T04:37:59.043Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env
2023-02-09T04:37:59.043Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:37:59.043Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:37:59.043Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:37:59.043Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917479042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:38:00.044Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 86ac4c8e-e7a8-424e-8f86-c780752764a5
2023-02-09T04:38:00.045Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ENpsPf 0 f3f70da2-4bce-4f06-a711-343a97105c0a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:38:00.179Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1879ca4, org.onap.sdc.toscaparser.api.parameters.Input@2f9e4e3f, org.onap.sdc.toscaparser.api.parameters.Input@275b593f, org.onap.sdc.toscaparser.api.parameters.Input@617b0d67, org.onap.sdc.toscaparser.api.parameters.Input@5c24cf50]
2023-02-09T04:38:00.183Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.184Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.184Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-02-09T04:38:00.184Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7
2023-02-09T04:38:00.184Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7 matches Tosca VF Customization UUID: e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7
2023-02-09T04:38:00.184Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-09T04:38:00.204Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.205Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.207Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-09T04:38:00.207Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e105961
2023-02-09T04:38:00.207Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.208Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T04:38:00.208Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d74e6355-3179-4eb1-abcc-c4ce0c96b81a
2023-02-09T04:38:00.210Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d74e6355-3179-4eb1-abcc-c4ce0c96b81a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-09T04:38:00.243Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.243Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:38:00.244Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:38:00.245Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.245Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:38:00.247Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:38:00.248Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.248Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is not matching search criteria
2023-02-09T04:38:00.249Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-09T04:38:00.249Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-09T04:38:00.249Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b93c1808-502f-41b5-9e9e-8f396ad55e60
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-09T04:38:00.269Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.270Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:38:00.270Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:38:00.271Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.271Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ENpsPf 0 is matching search criteria
2023-02-09T04:38:00.272Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ENpsPf 0] matching following query criteria: sdcType=VF, customizationUUID=e12a5e2a-5fb6-47f9-9968-b7f9ce64abf7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:38:00.277Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.277Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.278Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 86ac4c8e-e7a8-424e-8f86-c780752764a5: basic_onboard_ENpsPf
2023-02-09T04:38:00.278Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.278Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.279Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.279Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.279Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.279Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.280Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.280Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.280Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:38:00.281Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ENpsPf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:38:00.281Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ENpsPf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:38:00.939Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ENpsPf f3f70da2-4bce-4f06-a711-343a97105c0a 1 ASDC deployResourceStructure
2023-02-09T04:38:00.940Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json ASDC sendASDCNotification
2023-02-09T04:38:00.940Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json
2023-02-09T04:38:00.940Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:38:00.940Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:38:00.941Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:38:00.941Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917480940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:38:01.942Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-09T04:38:01.943Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml
2023-02-09T04:38:01.943Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:38:01.944Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:38:01.944Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:38:01.944Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917481942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:38:02.946Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-09T04:38:02.946Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env
2023-02-09T04:38:02.946Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:38:02.947Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:38:02.948Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:38:02.948Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917482945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:38:03.949Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar ASDC sendASDCNotification
2023-02-09T04:38:03.950Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar
2023-02-09T04:38:03.950Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:38:03.951Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:38:03.951Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:38:03.951Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917483949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:38:04.956Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:38:05.032Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:38:05.058Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:38:05.058Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T04:38:05.058Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T04:38:32.306Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:38:32.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:38:32.311Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:38:32.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:38:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:38:32.314Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917444628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:38:32.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:38:35.059Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:38:35.088Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:38:35.094Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:38:35.094Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T04:38:35.094Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T04:39:05.096Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:39:05.161Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:39:05.171Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:39:05.173Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T04:39:05.173Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T04:39:32.306Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:39:32.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.311Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917428151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.313Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.313Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917428151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.314Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.315Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917444628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.315Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.316Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917428151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.316Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.317Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917444628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.322Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.322Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917428151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.323Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917444628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917428151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917444628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917428151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917444628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917452670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917428151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917444628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917471050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917473005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917471139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917471987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917473210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917474429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.351Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917475648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:39:32.373Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
2023-02-09T04:39:32.373Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:39:32.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917476656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T04:39:32.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917476670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917477883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917479042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917480940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T04:39:32.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.413Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917481942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-09T04:39:32.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.414Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917480895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.421Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917482945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-09T04:39:32.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.422Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917480895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/basic_onboard_enpspf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.423Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917483949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T04:39:32.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.424Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917480895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.428Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917480895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.430Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917480895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/resourceInstances/basic_onboard_enpspf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.431Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917480895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:39:32.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.432Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917480895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:39:32.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.432Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917488909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:39:32.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.433Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917498118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T04:39:32.434Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.434Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917499125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:39:32.452Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
2023-02-09T04:39:32.453Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:39:32.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.494Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917501522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEnpspf/1.0/artifacts/service-BasicOnboardEnpspf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T04:39:32.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:39:32.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:39:32.495Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917502542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:39:32.523Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
2023-02-09T04:39:32.524Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:39:35.173Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:39:35.205Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:39:35.214Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:39:35.215Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T04:39:35.215Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T04:39:35.215Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T04:39:35.215Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:39:35.216Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:39:35.216Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:39:35.216Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:39:35.216Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:39:35.229Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T04:40:05.230Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T04:40:05.243Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55 and serviceModelVersionId: 86ac4c8e-e7a8-424e-8f86-c780752764a5
2023-02-09T04:40:05.245Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c9ed947-94da-4031-b19c-d77021a645f5
2023-02-09T04:40:27.754Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0
2023-02-09T04:40:27.915Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T04:40:28.672Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0|INFO|500||Invoke
2023-02-09T04:40:28.683Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0adff4be-a5f8-45e3-8c6d-a19d0cc72a55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28611d9f-18f5-4c3c-b10c-e373478a3640], X-ECOMP-RequestID=[0adff4be-a5f8-45e3-8c6d-a19d0cc72a55], X-TransactionId=[], X-ONAP-RequestID=[0adff4be-a5f8-45e3-8c6d-a19d0cc72a55], Content-Type=[application/merge-patch+json]}
2023-02-09T04:40:28.722Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T04:40:29.520Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?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/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 04:40:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[725], vertex-id=[348352], x-aai-txid=[0-aai-resources-230209-04:40:28:257-86463], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T04:40:29.523Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-09T04:40:29.525Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5c9ed947-94da-4031-b19c-d77021a645f5/model-vers/model-ver/86ac4c8e-e7a8-424e-8f86-c780752764a5?depth=0|INFO|500||InvokeReturn
2023-02-09T04:40:29.532Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T04:40:29.533Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:40:29.545Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T04:40:29.547Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0adff4be-a5f8-45e3-8c6d-a19d0cc72a55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T04:40:29.549Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T04:40:29.550Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:40:29.550Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:40:29.550Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917629547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T04:40:30.598Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:40:32.306Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:40:32.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:40:32.313Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "0adff4be-a5f8-45e3-8c6d-a19d0cc72a55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917629547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T04:40:32.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:41:30.599Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:41:32.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:42:30.601Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:42:32.307Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:43:30.605Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:43:32.307Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:44:30.607Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:44:32.312Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:25.478Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T04:45:25.478Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"fdb8fdac-d88e-46f5-952c-008f20db1d94","serviceName":"vFW 2023-02-09 04-43-09","serviceVersion":"1.0","serviceUUID":"3762f7ec-1697-4ba7-bae9-aa2cf9c948ef","serviceDescription":"catalog service description","serviceInvariantUUID":"457232ea-aaec-4061-86d7-a45f416acaed","resources":[{"resourceInstanceName":"vFW 61d7b30f-6faf 0","resourceName":"vFW 61d7b30f-6faf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94405e22-7c41-4d4a-8f3f-a6192d6dcb2a","resourceInvariantUUID":"87ebf9f9-1ba4-4fd1-ade2-d957e9b3e98f","resourceCustomizationUUID":"0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vf-license-model.xml","artifactChecksum":"MjQ5OGJkYjFiYjU3ZTk0MmVkNjJjMDFjOGY1YzU3MzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f06aff76-7d4f-4c7d-ada9-f7ab5aa85ec9","artifactVersion":"1"},{"artifactName":"vfw61d7b30f6faf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json","artifactChecksum":"MTRhZGQ0MGY4YWYzN2I5OGJkNjI2ZWJiOTU5MDFmYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"967e8d45-9b76-4bc6-b7b1-db28fbbd25f5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"700148da-4a1c-46a5-a3c6-99efe041af58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vendor-license-model.xml","artifactChecksum":"NGRjNGM2MDgxZWYzN2VkMDY4ODg3M2U5MGFkN2U5Njc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b7ff7af-4f18-4aa9-877c-a5e25cbc613f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4e082e5c-3c2b-4887-a25e-7cf579f2fada","artifactVersion":"2","generatedFromUUID":"700148da-4a1c-46a5-a3c6-99efe041af58"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230209044309-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-template.yml","artifactChecksum":"MTJkMzM5YjQyM2ZkNzZmNWU3YTc2MjQ1MmI3ZGQ5YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"791ebb18-5bbf-45d8-aa0f-0d4215fb71d6","artifactVersion":"1"},{"artifactName":"service-Vfw20230209044309-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar","artifactChecksum":"Y2YyZmFkNjU0MjFiNjMzM2VmYjU4MTYzYzZmNzIyMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7d01f02-c580-4787-a48b-937cd13e51a1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T04:45:25.484Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:45:25.484Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:25.484Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:25.484Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:25.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:45:25.573Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:45:25.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:45:26.485Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:45:26.486Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:26.486Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:26.487Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:27.488Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:45:27.489Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:27.489Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:27.490Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:28.491Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:45:28.492Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:28.492Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:28.493Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:29.494Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:45:29.495Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:29.495Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:29.495Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:30.497Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:45:30.497Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:30.498Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:30.498Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:31.501Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T04:45:31.501Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:31.502Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:31.502Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:32.309Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:32.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:45:32.311Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917897692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:45:32.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:45:32.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:45:32.312Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917894076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:45:32.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:45:32.504Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "serviceName": "vFW 2023-02-09 04-43-09",
  "serviceVersion": "1.0",
  "serviceUUID": "3762f7ec-1697-4ba7-bae9-aa2cf9c948ef",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "457232ea-aaec-4061-86d7-a45f416acaed",
  "resources": [
    {
      "resourceInstanceName": "vFW 61d7b30f-6faf 0",
      "resourceCustomizationUUID": "0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb",
      "resourceName": "vFW 61d7b30f-6faf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "94405e22-7c41-4d4a-8f3f-a6192d6dcb2a",
      "resourceInvariantUUID": "87ebf9f9-1ba4-4fd1-ade2-d957e9b3e98f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw61d7b30f6faf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
          "artifactChecksum": "MTRhZGQ0MGY4YWYzN2I5OGJkNjI2ZWJiOTU5MDFmYmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "967e8d45-9b76-4bc6-b7b1-db28fbbd25f5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "700148da-4a1c-46a5-a3c6-99efe041af58",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4e082e5c-3c2b-4887-a25e-7cf579f2fada",
            "generatedFromUUID": "700148da-4a1c-46a5-a3c6-99efe041af58"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4e082e5c-3c2b-4887-a25e-7cf579f2fada",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230209044309-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
      "artifactChecksum": "Y2YyZmFkNjU0MjFiNjMzM2VmYjU4MTYzYzZmNzIyMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7d01f02-c580-4787-a48b-937cd13e51a1"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T04:45:32.505Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T04:45:32.505Z|0adff4be-a5f8-45e3-8c6d-a19d0cc72a55|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3762f7ec-1697-4ba7-bae9-aa2cf9c948ef ASDC
2023-02-09T04:45:32.505Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fdb8fdac-d88e-46f5-952c-008f20db1d94
ServiceName:vFW 2023-02-09 04-43-09
ServiceVersion:1.0
ServiceUUID:3762f7ec-1697-4ba7-bae9-aa2cf9c948ef
ServiceInvariantUUID:457232ea-aaec-4061-86d7-a45f416acaed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230209044309-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar
ArtifactUUID:d7d01f02-c580-4787-a48b-937cd13e51a1
ArtifactChecksum:Y2YyZmFkNjU0MjFiNjMzM2VmYjU4MTYzYzZmNzIyMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 61d7b30f-6faf 0
ResourceCustomizationUUID:0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb
ResourceInvariantUUID:87ebf9f9-1ba4-4fd1-ade2-d957e9b3e98f
ResourceName:vFW 61d7b30f-6faf
ResourceType:VF
ResourceUUID:94405e22-7c41-4d4a-8f3f-a6192d6dcb2a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw61d7b30f6faf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json
ArtifactUUID:967e8d45-9b76-4bc6-b7b1-db28fbbd25f5
ArtifactChecksum:MTRhZGQ0MGY4YWYzN2I5OGJkNjI2ZWJiOTU5MDFmYmE=
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/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml
ArtifactUUID:700148da-4a1c-46a5-a3c6-99efe041af58
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/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env
ArtifactUUID:4e082e5c-3c2b-4887-a25e-7cf579f2fada
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/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env
ArtifactUUID:4e082e5c-3c2b-4887-a25e-7cf579f2fada
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-09T04:45:32.506Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3762f7ec-1697-4ba7-bae9-aa2cf9c948ef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:45:32.619Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T04:45:32.620Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-09T04:45:32.620Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-09T04:45:32.621Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7d01f02-c580-4787-a48b-937cd13e51a1 from URL: /sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:32.621Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:45:32.621Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:32.784Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:45:32.786Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar d7d01f02-c580-4787-a48b-937cd13e51a1 101511
2023-02-09T04:45:32.786Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar ASDC sendASDCNotification
2023-02-09T04:45:32.787Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:32.787Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:45:32.787Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:32.787Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:32.787Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917932786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:33.789Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T04:45:33.790Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-09T04:45:33.793Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7d01f02-c580-4787-a48b-937cd13e51a1, URL: /sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar to file: /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:33.794Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230209044309-csar.csar
2023-02-09T04:45:33.795Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:33.795Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:34.151Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP690282914441216011/Definitions/service-Vfw20230209044309-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
2023-02-09T04:45:37.715Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T04:45:37.716Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-09T04:45:37.716Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.716Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-09T04:45:37.716Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.716Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.717Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.717Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 61d7b30f-6faf 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-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.717Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.717Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.717Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.718Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.718Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.718Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.718Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:37.718Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-09T04:45:37.718Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.719Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:37.719Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:37.719Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-09T04:45:37.719Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T04:45:37.720Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.720Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:37.720Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:37.720Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-09T04:45:37.720Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T04:45:37.721Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.721Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:37.721Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.722Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is not matching search criteria
2023-02-09T04:45:37.722Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-09T04:45:37.722Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-09T04:45:37.722Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.722Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.723Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-09T04:45:37.723Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.723Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-09T04:45:37.723Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-09T04:45:37.723Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-09T04:45:37.723Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.723Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.724Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-09T04:45:37.724Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.724Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-09T04:45:37.724Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.724Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-09T04:45:37.724Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.725Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T04:45:37.725Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.725Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:37.725Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:37.730Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.730Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:37.731Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:37.731Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.731Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:37.731Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:37.731Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.732Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is not matching search criteria
2023-02-09T04:45:37.732Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-09T04:45:37.732Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-09T04:45:37.732Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-09T04:45:37.733Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-09T04:45:37.733Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-09T04:45:37.733Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.733Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.733Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-09T04:45:37.733Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.734Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-09T04:45:37.734Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.734Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=50ce6bb7-14b3-4941-be82-2b0b8bc629b9
2023-02-09T04:45:37.734Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.734Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is not matching search criteria
2023-02-09T04:45:37.734Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-09T04:45:37.735Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-09T04:45:37.735Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.735Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.735Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-09T04:45:37.735Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.736Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-09T04:45:37.736Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-09T04:45:37.736Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-09T04:45:37.736Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.736Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-09T04:45:37.736Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.737Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3502bbed-3d13-411f-849f-c1cca8afd867
2023-02-09T04:45:37.737Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.737Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is not matching search criteria
2023-02-09T04:45:37.737Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-09T04:45:37.738Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-09T04:45:37.738Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.738Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.738Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-09T04:45:37.738Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.738Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-09T04:45:37.738Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-09T04:45:37.739Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-09T04:45:37.739Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:37.739Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:37.739Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-09T04:45:37.739Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86ab43b9-a5a6-49df-9b70-bda185daecc8
2023-02-09T04:45:37.739Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.740Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:37.740Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.740Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:37.740Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.740Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:37.740Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:37.741Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:37.741Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-09 04-43-09
Description:catalog service description
Model UUID:3762f7ec-1697-4ba7-bae9-aa2cf9c948ef
Model Version:NULL
Model InvariantUuid:457232ea-aaec-4061-86d7-a45f416acaed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 61d7b30f-6faf
Model UUID:1757b510-a80f-4cd1-8850-4ae8b8415030
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87ebf9f9-1ba4-4fd1-ade2-d957e9b3e98f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7168a224-c36b-488b-9733-e16e38414f26
ModelName:Vfw61d7b30f6faf..base_vfw..module-0
ModelUuid:b6badd99-fe31-4627-b120-a0328cd82d30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:50ce6bb7-14b3-4941-be82-2b0b8bc629b9
ModelInvariantUuid:67c0b0ac-39df-4a47-8369-1e99428df744
ModelName:vFW 61d7b30f-6faf-nodes.vfwCvfc
ModelUuid:af9fc5e4-65b3-4765-bce0-4b8db70b901a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:17b793b2-dfa4-4d88-8c8c-f87ba41b1b5f
ModelInvariantUuid:74ce7a1d-05ac-4e46-9db3-92726e5adae6
ModelName:Vfw61d7b30f6faf.compute.nodes.heat.vfw
ModelUuid:4d160a0f-8273-4d90-b14d-1ffa49cc4443
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3502bbed-3d13-411f-849f-c1cca8afd867
ModelInvariantUuid:4beb72f4-2c04-4fe4-ac4e-20ceb2955a0a
ModelName:vFW 61d7b30f-6faf-nodes.vsnCvfc
ModelUuid:c69c320e-e345-4993-be10-2652e874c9fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:19ad1a94-5654-4954-b332-17422ddf3a24
ModelInvariantUuid:348e46f2-d5bb-43aa-ad8c-b095ee6685f6
ModelName:Vfw61d7b30f6faf.compute.nodes.heat.vsn
ModelUuid:0a3678b6-5966-4bef-9c76-eec0b62f94fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86ab43b9-a5a6-49df-9b70-bda185daecc8
ModelInvariantUuid:43fcdef9-3d7f-49c3-afa6-ca5a16a69afa
ModelName:vFW 61d7b30f-6faf-nodes.vpgCvfc
ModelUuid:7b9e2ac7-64ef-4b32-9d9b-cf9d231987d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bbf443b9-4faa-4add-9220-8e26bb602cf1
ModelInvariantUuid:0b552f9a-c627-4b0b-a197-7bad37d1c280
ModelName:Vfw61d7b30f6faf.compute.nodes.heat.vpg
ModelUuid:7ba9df70-3a9a-4ac7-9b45-61d6fa054f2f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T04:45:37.822Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 94405e22-7c41-4d4a-8f3f-a6192d6dcb2a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:45:37.861Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||vFW 61d7b30f-6faf 0
2023-02-09T04:45:37.861Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 94405e22-7c41-4d4a-8f3f-a6192d6dcb2a
2023-02-09T04:45:37.861Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 967e8d45-9b76-4bc6-b7b1-db28fbbd25f5 from URL: /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json
2023-02-09T04:45:37.861Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:45:37.862Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json
2023-02-09T04:45:38.178Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:45:38.179Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json 967e8d45-9b76-4bc6-b7b1-db28fbbd25f5 785
2023-02-09T04:45:38.179Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json ASDC sendASDCNotification
2023-02-09T04:45:38.179Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json
2023-02-09T04:45:38.179Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:45:38.180Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:38.180Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:38.180Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917938179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:39.181Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw61d7b30f6faf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7168a224-c36b-488b-9733-e16e38414f26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6badd99-fe31-4627-b120-a0328cd82d30",
    "vfModuleModelCustomizationUUID": "ded6b214-eced-4014-8917-618672701806",
    "isBase": true,
    "artifacts": [
      "700148da-4a1c-46a5-a3c6-99efe041af58",
      "4e082e5c-3c2b-4887-a25e-7cf579f2fada"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T04:45:39.190Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw61d7b30f6faf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6badd99-fe31-4627-b120-a0328cd82d30
VfModuleModelInvariantUUID:7168a224-c36b-488b-9733-e16e38414f26
VfModuleModelDescription:NULL
Artifacts UUID List:{
700148da-4a1c-46a5-a3c6-99efe041af58
,
4e082e5c-3c2b-4887-a25e-7cf579f2fada

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T04:45:39.194Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw61d7b30f6faf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7168a224-c36b-488b-9733-e16e38414f26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6badd99-fe31-4627-b120-a0328cd82d30",
    "vfModuleModelCustomizationUUID": "ded6b214-eced-4014-8917-618672701806",
    "isBase": true,
    "artifacts": [
      "700148da-4a1c-46a5-a3c6-99efe041af58",
      "4e082e5c-3c2b-4887-a25e-7cf579f2fada"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T04:45:39.194Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw61d7b30f6faf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6badd99-fe31-4627-b120-a0328cd82d30
VfModuleModelInvariantUUID:7168a224-c36b-488b-9733-e16e38414f26
VfModuleModelDescription:NULL
Artifacts UUID List:{
700148da-4a1c-46a5-a3c6-99efe041af58
,
4e082e5c-3c2b-4887-a25e-7cf579f2fada

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T04:45:39.194Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 700148da-4a1c-46a5-a3c6-99efe041af58 from URL: /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml
2023-02-09T04:45:39.194Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:45:39.194Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml
2023-02-09T04:45:39.436Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:45:39.437Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml 700148da-4a1c-46a5-a3c6-99efe041af58 20368
2023-02-09T04:45:39.438Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-09T04:45:39.438Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml
2023-02-09T04:45:39.438Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:45:39.439Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:39.439Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:39.439Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917939438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:40.442Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e082e5c-3c2b-4887-a25e-7cf579f2fada from URL: /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env
2023-02-09T04:45:40.442Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-09T04:45:40.443Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env
2023-02-09T04:45:40.964Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-09T04:45:40.964Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env 4e082e5c-3c2b-4887-a25e-7cf579f2fada 2098
2023-02-09T04:45:40.964Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-09T04:45:40.965Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env
2023-02-09T04:45:40.965Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T04:45:40.965Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:40.965Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:40.965Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917940964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:41.966Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3762f7ec-1697-4ba7-bae9-aa2cf9c948ef
2023-02-09T04:45:41.967Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 61d7b30f-6faf 0 94405e22-7c41-4d4a-8f3f-a6192d6dcb2a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:45:42.019Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e2321cf, org.onap.sdc.toscaparser.api.parameters.Input@6262dda9, org.onap.sdc.toscaparser.api.parameters.Input@3325f7b6, org.onap.sdc.toscaparser.api.parameters.Input@70ea72ac, org.onap.sdc.toscaparser.api.parameters.Input@27901827]
2023-02-09T04:45:42.021Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.022Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.022Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-02-09T04:45:42.022Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb
2023-02-09T04:45:42.022Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb matches Tosca VF Customization UUID: 0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb
2023-02-09T04:45:42.023Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-09T04:45:42.031Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.031Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.032Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-09T04:45:42.032Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cb3b726
2023-02-09T04:45:42.033Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.033Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T04:45:42.033Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ded6b214-eced-4014-8917-618672701806
2023-02-09T04:45:42.034Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ded6b214-eced-4014-8917-618672701806
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-09T04:45:42.047Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.047Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:42.048Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:42.048Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.049Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:42.049Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:42.050Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.050Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is not matching search criteria
2023-02-09T04:45:42.050Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-09T04:45:42.051Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-09T04:45:42.051Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-09T04:45:42.052Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-09T04:45:42.052Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-09T04:45:42.052Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.052Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:42.053Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-09T04:45:42.053Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:42.053Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-09T04:45:42.054Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.054Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=50ce6bb7-14b3-4941-be82-2b0b8bc629b9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-09T04:45:42.059Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.061Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:42.061Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:42.062Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.062Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is not matching search criteria
2023-02-09T04:45:42.063Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-09T04:45:42.064Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-09T04:45:42.064Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.065Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:42.066Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-09T04:45:42.066Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.067Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-09T04:45:42.067Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-09T04:45:42.067Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-09T04:45:42.068Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:42.068Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-09T04:45:42.068Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.069Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3502bbed-3d13-411f-849f-c1cca8afd867
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-09T04:45:42.074Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.075Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:42.075Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:42.081Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.081Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is not matching search criteria
2023-02-09T04:45:42.082Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-09T04:45:42.082Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-09T04:45:42.082Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.083Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:42.083Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-09T04:45:42.083Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.084Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-09T04:45:42.084Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-09T04:45:42.084Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-09T04:45:42.085Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-09T04:45:42.085Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-09T04:45:42.086Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-09T04:45:42.086Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86ab43b9-a5a6-49df-9b70-bda185daecc8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-09T04:45:42.103Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.103Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:42.104Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T04:45:42.104Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.104Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Node template vFW 61d7b30f-6faf 0 is matching search criteria
2023-02-09T04:45:42.104Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 61d7b30f-6faf 0] matching following query criteria: sdcType=VF, customizationUUID=0f7474fa-3e4e-4f49-b1b8-d5e8cafd60cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:45:42.130Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.131Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.131Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3762f7ec-1697-4ba7-bae9-aa2cf9c948ef: vFW 61d7b30f-6faf
2023-02-09T04:45:42.132Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.132Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.133Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.133Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.133Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.134Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.134Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.134Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.135Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T04:45:42.137Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-09 04-43-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T04:45:42.137Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-02-09 04-43-09 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:45:43.651Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 61d7b30f-6faf 94405e22-7c41-4d4a-8f3f-a6192d6dcb2a 1 ASDC deployResourceStructure
2023-02-09T04:45:43.653Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json ASDC sendASDCNotification
2023-02-09T04:45:43.654Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json
2023-02-09T04:45:43.654Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:45:43.654Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:43.655Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:43.655Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917943653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:44.656Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-09T04:45:44.658Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml
2023-02-09T04:45:44.658Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:45:44.659Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:44.659Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:44.660Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917944656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:45.661Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-09T04:45:45.662Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env
2023-02-09T04:45:45.664Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:45:45.665Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:45.666Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:45.667Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917945661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:46.669Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar ASDC sendASDCNotification
2023-02-09T04:45:46.670Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar
2023-02-09T04:45:46.670Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T04:45:46.671Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:45:46.671Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:45:46.671Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917946669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:45:47.674Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:45:47.700Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:45:47.705Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:45:47.706Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T04:45:47.706Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T04:46:17.707Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:46:17.762Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:46:17.770Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:46:17.771Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T04:46:17.771Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T04:46:32.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:46:32.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.311Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917924631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.314Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.315Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917897692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.316Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917894076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.316Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917924631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.317Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.318Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917894076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.319Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917897692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.319Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917924631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.320Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.321Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917894076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.321Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917897692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917924631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917894076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.323Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.324Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917897692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.324Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917924631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.325Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.325Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917894076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.326Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917897692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.327Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917924631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:46:32.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.327Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917870607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917894076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917897692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:32.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:46:32.329Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917924631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:46:32.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:46:47.772Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:46:47.800Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:46:47.804Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:46:47.804Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T04:46:47.805Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T04:47:17.805Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:47:17.837Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:47:17.842Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:47:17.842Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T04:47:17.843Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T04:47:32.307Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:47:32.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.318Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917930895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:47:32.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.320Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917932786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.320Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917932785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.323Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917933605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675917934740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.329Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917930895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:47:32.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.329Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917934867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917930895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917936083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.331Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917930895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:47:32.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.331Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917930895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:47:32.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.331Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917937219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:47:32.348Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdb8fdac-d88e-46f5-952c-008f20db1d94
2023-02-09T04:47:32.348Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdb8fdac-d88e-46f5-952c-008f20db1d94 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:47:32.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.375Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675917938249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T04:47:32.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.376Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917930895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T04:47:32.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.376Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917938179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.377Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917930895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T04:47:32.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.377Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917939438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917939081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917940964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917943653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/vfw61d7b30f6faf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T04:47:32.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.379Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917944656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-09T04:47:32.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.379Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917945661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/resourceInstances/vfw61d7b30f6faf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675917946669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917946326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.381Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675917947333,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:47:32.389Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdb8fdac-d88e-46f5-952c-008f20db1d94
2023-02-09T04:47:32.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdb8fdac-d88e-46f5-952c-008f20db1d94 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:47:32.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.434Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917952210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230209044309/1.0/artifacts/service-Vfw20230209044309-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T04:47:32.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:47:32.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-09T04:47:32.434Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "aai-model-loader",
  "timestamp": 1675917953219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:47:32.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdb8fdac-d88e-46f5-952c-008f20db1d94
2023-02-09T04:47:32.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdb8fdac-d88e-46f5-952c-008f20db1d94 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T04:47:47.844Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:47:47.870Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T04:47:47.881Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T04:47:47.882Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T04:47:47.882Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T04:47:47.882Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T04:47:47.882Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:47:47.882Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:47:47.883Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:47:47.883Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T04:47:47.883Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T04:47:47.906Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T04:48:17.907Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdb8fdac-d88e-46f5-952c-008f20db1d94 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T04:48:17.925Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdb8fdac-d88e-46f5-952c-008f20db1d94 and serviceModelVersionId: 3762f7ec-1697-4ba7-bae9-aa2cf9c948ef
2023-02-09T04:48:17.926Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 457232ea-aaec-4061-86d7-a45f416acaed
2023-02-09T04:48:17.927Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0
2023-02-09T04:48:17.935Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T04:48:18.087Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0|INFO|500||Invoke
2023-02-09T04:48:18.088Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdb8fdac-d88e-46f5-952c-008f20db1d94], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ac5f02c-6aaa-46b1-b5b1-024e9156d771], X-ECOMP-RequestID=[fdb8fdac-d88e-46f5-952c-008f20db1d94], X-TransactionId=[], X-ONAP-RequestID=[fdb8fdac-d88e-46f5-952c-008f20db1d94], Content-Type=[application/merge-patch+json]}
2023-02-09T04:48:18.113Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T04:48:18.757Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?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/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 04:48:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[638], vertex-id=[159904], x-aai-txid=[1-aai-resources-230209-04:48:17:716-23944], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T04:48:18.758Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-09T04:48:18.760Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/457232ea-aaec-4061-86d7-a45f416acaed/model-vers/model-ver/3762f7ec-1697-4ba7-bae9-aa2cf9c948ef?depth=0|INFO|500||InvokeReturn
2023-02-09T04:48:18.760Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T04:48:18.761Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T04:48:18.775Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T04:48:18.778Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdb8fdac-d88e-46f5-952c-008f20db1d94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T04:48:18.779Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T04:48:18.779Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-09T04:48:18.780Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T04:48:18.780Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675918098778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T04:48:19.839Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:48:32.306Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:48:32.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-09T04:48:32.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fdb8fdac-d88e-46f5-952c-008f20db1d94",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675918098778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T04:48:32.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T04:49:19.841Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:49:32.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:50:19.844Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:50:32.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:51:19.844Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:51:32.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:51:49.986Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Node 2 disconnected.
2023-02-09T04:52:19.846Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:52:32.309Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:53:19.848Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:53:32.310Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:54:19.848Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:54:32.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:55:19.854Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:55:32.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:56:19.855Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:56:32.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:57:19.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:57:32.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:58:19.858Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:58:32.317Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T04:59:19.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T04:59:32.318Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:00:19.860Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:00:32.322Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:01:19.861Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:01:32.323Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:02:19.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:02:32.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:03:19.866Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:03:32.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:04:19.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:04:32.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:05:19.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:05:32.328Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:06:19.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:06:32.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:07:19.884Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:07:32.330Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:08:19.885Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:08:32.332Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:09:19.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:09:32.332Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:10:19.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:10:32.334Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:11:19.889Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:11:32.335Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:12:19.892Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:12:32.337Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:13:19.894Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:13:32.339Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:14:19.898Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:14:32.340Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:15:19.898Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:15:32.341Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:16:19.902Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:16:32.343Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:17:19.904Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:17:32.355Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:18:19.908Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:18:20.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-09T05:18:20.363Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f1e7a83b-1f2a-461d-8395-a2c97b210e20","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ab12b131-3ef1-48fe-a982-ca5fe67a1626","serviceDescription":"service","serviceInvariantUUID":"f0574ebf-a7c2-4ac7-8acf-d57ec9503c77","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"192e98b4-57d3-4f16-bf86-ea58d73f5ab0","resourceInvariantUUID":"a0d352b9-1abc-4c4e-b05b-64257ab2d3e7","resourceCustomizationUUID":"16455b1f-a35f-4a54-ab64-680d3c1a1213","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":"MzVkMDU2MTYxZmViOGY0OTE1YzdhMjM1N2E5ZDcwZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc3e216f-fbc4-4116-8ef8-f8d040c7829d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTBlOTdiMDJmZmFkNjY4YzM4Mzg0Y2MwNDk0ODNiZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"015435c1-b3ea-4e69-938d-b43ab4dabd8b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T05:18:20.390Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:18:20.395Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:18:20.396Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:18:20.396Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919899908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:18:20.422Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T05:18:20.423Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T05:18:20.423Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T05:18:20.423Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T05:18:20.424Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T05:18:20.424Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T05:18:20.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:18:20.617Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919899908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:18:20.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:18:21.426Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:18:21.426Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:18:21.427Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:18:21.428Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919899908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:18:22.432Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ab12b131-3ef1-48fe-a982-ca5fe67a1626",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0574ebf-a7c2-4ac7-8acf-d57ec9503c77",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "16455b1f-a35f-4a54-ab64-680d3c1a1213",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "192e98b4-57d3-4f16-bf86-ea58d73f5ab0",
      "resourceInvariantUUID": "a0d352b9-1abc-4c4e-b05b-64257ab2d3e7",
      "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": "ZTBlOTdiMDJmZmFkNjY4YzM4Mzg0Y2MwNDk0ODNiZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "015435c1-b3ea-4e69-938d-b43ab4dabd8b"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T05:18:22.433Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T05:18:22.434Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ab12b131-3ef1-48fe-a982-ca5fe67a1626 ASDC
2023-02-09T05:18:22.434Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f1e7a83b-1f2a-461d-8395-a2c97b210e20
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ab12b131-3ef1-48fe-a982-ca5fe67a1626
ServiceInvariantUUID:f0574ebf-a7c2-4ac7-8acf-d57ec9503c77
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:015435c1-b3ea-4e69-938d-b43ab4dabd8b
ArtifactChecksum:ZTBlOTdiMDJmZmFkNjY4YzM4Mzg0Y2MwNDk0ODNiZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:16455b1f-a35f-4a54-ab64-680d3c1a1213
ResourceInvariantUUID:a0d352b9-1abc-4c4e-b05b-64257ab2d3e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:192e98b4-57d3-4f16-bf86-ea58d73f5ab0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-09T05:18:22.435Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab12b131-3ef1-48fe-a982-ca5fe67a1626 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:18:22.810Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:18:22.838Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:18:22.838Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:18:22.838Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 015435c1-b3ea-4e69-938d-b43ab4dabd8b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-09T05:18:22.839Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-09T05:18:22.839Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-09T05:18:24.515Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-09T05:18:24.602Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 015435c1-b3ea-4e69-938d-b43ab4dabd8b 57792
2023-02-09T05:18:24.603Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-09T05:18:24.603Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-09T05:18:24.603Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:18:24.618Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:18:24.618Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:18:24.618Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919904603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:18:25.621Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:18:25.622Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:18:25.623Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 015435c1-b3ea-4e69-938d-b43ab4dabd8b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:25.623Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-09T05:18:25.624Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:25.624Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:27.563Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17256200501439402961/Definitions/service-BasicNetwork-template.yml
2023-02-09T05:18:28.654Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T05:18:28.654Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.655Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.656Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.656Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-09T05:18:28.656Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-09T05:18:28.656Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.656Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.656Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-09T05:18:28.657Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-09T05:18:28.657Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:18:28.657Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.657Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.657Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-09T05:18:28.657Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-09T05:18:28.658Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:18:28.658Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.658Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.658Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.658Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.659Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.659Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.659Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.659Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.660Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.660Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.660Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ab12b131-3ef1-48fe-a982-ca5fe67a1626
Model Version:NULL
Model InvariantUuid:f0574ebf-a7c2-4ac7-8acf-d57ec9503c77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a0d352b9-1abc-4c4e-b05b-64257ab2d3e7
Model UUID:98bd5834-10b9-4d37-93be-15c76ea2d9bc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:16455b1f-a35f-4a54-ab64-680d3c1a1213
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T05:18:28.685Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 192e98b4-57d3-4f16-bf86-ea58d73f5ab0
2023-02-09T05:18:28.686Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||No resources found for Service: ab12b131-3ef1-48fe-a982-ca5fe67a1626
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:18:28.703Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||
2023-02-09T05:18:28.704Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-09T05:18:28.706Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ab12b131-3ef1-48fe-a982-ca5fe67a1626
2023-02-09T05:18:28.706Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ab12b131-3ef1-48fe-a982-ca5fe67a1626
2023-02-09T05:18:28.706Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-09T05:18:28.706Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:18:28.719Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44fba260, org.onap.sdc.toscaparser.api.parameters.Input@3854dffb, org.onap.sdc.toscaparser.api.parameters.Input@59bbd238, org.onap.sdc.toscaparser.api.parameters.Input@1fbe0080, org.onap.sdc.toscaparser.api.parameters.Input@64f49b5]
2023-02-09T05:18:28.721Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.722Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.722Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.722Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.723Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ab12b131-3ef1-48fe-a982-ca5fe67a1626: Generic NeutronNet
2023-02-09T05:18:28.723Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.723Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.723Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.723Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-09T05:18:28.799Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.799Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.799Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.800Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.800Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:18:28.800Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:18:28.801Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-09T05:18:29.030Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-09T05:18:29.031Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-09T05:18:29.031Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-09T05:18:29.031Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:18:29.031Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:18:29.031Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:18:29.031Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919909030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:18:30.032Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:18:30.187Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:18:30.207Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:18:30.208Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T05:18:30.208Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T05:18:32.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:18:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:18:32.309Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675919855810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:18:32.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:00.208Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:19:00.294Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:19:00.310Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:19:00.311Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T05:19:00.312Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T05:19:30.316Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:19:30.487Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:19:30.616Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:19:30.616Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T05:19:30.616Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T05:19:32.306Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:19:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.308Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675919889444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:19:32.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.366Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919899908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675919855810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675919889444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.367Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675919906566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919904603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "aai-model-loader",
  "timestamp": 1675919904629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "aai-model-loader",
  "timestamp": 1675919904629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.368Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "aai-model-loader",
  "timestamp": 1675919908022,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:19:32.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:19:32.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:19:32.369Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675919909030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:19:32.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:20:00.617Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:20:00.688Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:20:00.720Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:20:00.720Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T05:20:00.720Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T05:20:30.722Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:20:30.785Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:20:30.790Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:20:30.790Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T05:20:30.790Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T05:20:32.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:20:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:20:32.308Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675919910895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675919910895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675919914869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "aai-model-loader",
  "timestamp": 1675919916468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:20:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:20:32.312Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "aai-model-loader",
  "timestamp": 1675919917472,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:20:32.363Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1e7a83b-1f2a-461d-8395-a2c97b210e20
2023-02-09T05:20:32.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1e7a83b-1f2a-461d-8395-a2c97b210e20 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:20:32.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:20:32.409Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675919918338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:20:32.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:20:32.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:20:32.410Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675919919347,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:20:32.452Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1e7a83b-1f2a-461d-8395-a2c97b210e20
2023-02-09T05:20:32.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1e7a83b-1f2a-461d-8395-a2c97b210e20 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:21:00.793Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:21:00.935Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:21:00.949Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:21:00.949Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T05:21:00.949Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T05:21:00.949Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T05:21:00.949Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:21:00.950Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:21:00.950Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:21:00.950Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:21:00.987Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T05:21:30.988Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T05:21:31.015Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1e7a83b-1f2a-461d-8395-a2c97b210e20 and serviceModelVersionId: ab12b131-3ef1-48fe-a982-ca5fe67a1626
2023-02-09T05:21:31.015Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0574ebf-a7c2-4ac7-8acf-d57ec9503c77
2023-02-09T05:21:31.017Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0574ebf-a7c2-4ac7-8acf-d57ec9503c77/model-vers/model-ver/ab12b131-3ef1-48fe-a982-ca5fe67a1626?depth=0
2023-02-09T05:21:31.042Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T05:21:31.218Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0574ebf-a7c2-4ac7-8acf-d57ec9503c77/model-vers/model-ver/ab12b131-3ef1-48fe-a982-ca5fe67a1626?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-09T05:21:31.220Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0574ebf-a7c2-4ac7-8acf-d57ec9503c77/model-vers/model-ver/ab12b131-3ef1-48fe-a982-ca5fe67a1626?depth=0|INFO|500||Invoke
2023-02-09T05:21:31.227Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0574ebf-a7c2-4ac7-8acf-d57ec9503c77/model-vers/model-ver/ab12b131-3ef1-48fe-a982-ca5fe67a1626?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T05:21:31.533Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0574ebf-a7c2-4ac7-8acf-d57ec9503c77/model-vers/model-ver/ab12b131-3ef1-48fe-a982-ca5fe67a1626?depth=0|INFO|500||InvokeReturn
2023-02-09T05:21:31.545Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0574ebf-a7c2-4ac7-8acf-d57ec9503c77/model-vers/model-ver/ab12b131-3ef1-48fe-a982-ca5fe67a1626?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 05:21:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[292], vertex-id=[421984], x-aai-txid=[0-aai-resources-230209-05:21:30:761-47129], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T05:21:31.545Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-09T05:21:31.549Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T05:21:31.549Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:21:31.575Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T05:21:31.576Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1e7a83b-1f2a-461d-8395-a2c97b210e20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T05:21:31.577Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T05:21:31.580Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:31.580Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:31.580Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920091576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:32.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:32.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.334Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.336Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.336Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.337Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.338Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.340Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.340Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.342Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.342Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.342Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.343Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.343Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.344Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.344Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.345Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.346Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.347Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.347Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920027575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920024630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920023587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920052006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920050027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920060080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:21:32.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920061086,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:21:32.438Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c
2023-02-09T05:21:32.439Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:21:32.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.497Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.499Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920060894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.500Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920070841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920073612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:21:32.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.501Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920074616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:21:32.517Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c
2023-02-09T05:21:32.517Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:21:32.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.559Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920062091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.559Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920053013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.560Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920050443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.560Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920062091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.561Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920053013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.561Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920050443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.562Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920062091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.563Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920053013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.563Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920050443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.564Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920062091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.564Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920053013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920050443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920062091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.565Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920053013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920050443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.566Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920053013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920062091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920050443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.567Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920053013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.568Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920062091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.569Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920050443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:21:32.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.569Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920086745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920085476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.570Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920084723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920086767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.571Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.571Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920088052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:21:32.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.574Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920089112,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:21:32.665Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:21:32.677Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.677Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"247fa5bb-9b31-4189-8b86-3e6dc0bbde4c","serviceName":"Demo_pNF_1bGLY8hAdB5pBkShmPKB","serviceVersion":"1.0","serviceUUID":"77f21633-4441-4c3e-87b6-e20d1d482dc9","serviceDescription":"catalog service description","serviceInvariantUUID":"8e614407-b3e4-4070-a956-5f89d4f92c43","resources":[{"resourceInstanceName":"pNF d0971033-1f6c 0","resourceName":"pNF d0971033-1f6c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bc4629d2-c694-4d07-aae0-cce3778fc992","resourceInvariantUUID":"a78359ff-b2a3-44c3-a4e6-b3c4677a3f37","resourceCustomizationUUID":"c8ef12df-90a4-4d19-84ae-0fd033b3fd98","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vf-license-model.xml","artifactChecksum":"YzkwNjY4Y2YwYmJjNjAwZTExMjg0MjBjNjk1Njg2MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c91a4c85-c5c2-4143-9cb5-aa658bae7fbf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/pNF.csar","artifactChecksum":"ODFlNjNlY2MxZDI3YTE5YTg2YzhlMDkzM2U1OGE4MGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52b9114a-3035-43da-857b-63be5ecb13e6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5af32a79-0554-48a4-9a8d-fd881729d523","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vendor-license-model.xml","artifactChecksum":"NDI4NDk2Y2YwNjE5Y2VmMWUxMTRhOTcwN2QyYTVmYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10b828ca-2691-4f3e-b5f6-a51743e863a2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"892e527b-92f5-4ef9-9687-5d42707013b8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa1ec7e4-a31e-4195-8e65-4cad31db758b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml","artifactChecksum":"YjI3NmY0YmJlYTI2NzNiOTAxMzQzNmFkYWRlMGE5ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4a90bc8-1f22-4727-89e0-5885015fd8dd","artifactVersion":"1"},{"artifactName":"service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar","artifactChecksum":"MmVmMjRmYzk5NTVjZGZmZjI1NDI0ODE3NzEzZGE4NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80eb12f6-0639-487e-b2f3-37df0ac955bb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T05:21:32.683Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:32.683Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:32.683Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:32.684Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:32.687Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5040fa9e-4b7b-4727-ac93-29577f90fea7
2023-02-09T05:21:32.687Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5040fa9e-4b7b-4727-ac93-29577f90fea7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:21:32.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.741Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920090117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T05:21:32.741Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.742Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1e7a83b-1f2a-461d-8395-a2c97b210e20",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920091576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T05:21:32.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:32.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T05:21:32.742Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920090894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:21:32.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:21:33.685Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:33.686Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:33.686Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:33.687Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:34.688Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:34.689Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:34.689Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:34.689Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:35.694Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:35.698Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:35.699Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:35.700Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:36.701Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:36.701Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:36.701Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:36.702Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:37.702Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:37.703Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:37.703Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:37.703Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:38.704Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:38.705Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:38.705Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:38.705Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:39.706Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:21:39.707Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:39.707Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:39.707Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:40.708Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "serviceName": "Demo_pNF_1bGLY8hAdB5pBkShmPKB",
  "serviceVersion": "1.0",
  "serviceUUID": "77f21633-4441-4c3e-87b6-e20d1d482dc9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8e614407-b3e4-4070-a956-5f89d4f92c43",
  "resources": [
    {
      "resourceInstanceName": "pNF d0971033-1f6c 0",
      "resourceCustomizationUUID": "c8ef12df-90a4-4d19-84ae-0fd033b3fd98",
      "resourceName": "pNF d0971033-1f6c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bc4629d2-c694-4d07-aae0-cce3778fc992",
      "resourceInvariantUUID": "a78359ff-b2a3-44c3-a4e6-b3c4677a3f37",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
      "artifactChecksum": "MmVmMjRmYzk5NTVjZGZmZjI1NDI0ODE3NzEzZGE4NzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "80eb12f6-0639-487e-b2f3-37df0ac955bb"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T05:21:40.709Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T05:21:40.709Z|f1e7a83b-1f2a-461d-8395-a2c97b210e20|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77f21633-4441-4c3e-87b6-e20d1d482dc9 ASDC
2023-02-09T05:21:40.710Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:247fa5bb-9b31-4189-8b86-3e6dc0bbde4c
ServiceName:Demo_pNF_1bGLY8hAdB5pBkShmPKB
ServiceVersion:1.0
ServiceUUID:77f21633-4441-4c3e-87b6-e20d1d482dc9
ServiceInvariantUUID:8e614407-b3e4-4070-a956-5f89d4f92c43
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
ArtifactUUID:80eb12f6-0639-487e-b2f3-37df0ac955bb
ArtifactChecksum:MmVmMjRmYzk5NTVjZGZmZjI1NDI0ODE3NzEzZGE4NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d0971033-1f6c 0
ResourceCustomizationUUID:c8ef12df-90a4-4d19-84ae-0fd033b3fd98
ResourceInvariantUUID:a78359ff-b2a3-44c3-a4e6-b3c4677a3f37
ResourceName:pNF d0971033-1f6c
ResourceType:PNF
ResourceUUID:bc4629d2-c694-4d07-aae0-cce3778fc992
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-09T05:21:40.710Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77f21633-4441-4c3e-87b6-e20d1d482dc9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T05:21:40.937Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:21:40.938Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:21:40.938Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:21:40.938Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 80eb12f6-0639-487e-b2f3-37df0ac955bb from URL: /sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:40.939Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-09T05:21:40.939Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:41.561Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-09T05:21:41.579Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar 80eb12f6-0639-487e-b2f3-37df0ac955bb 88015
2023-02-09T05:21:41.580Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar ASDC sendASDCNotification
2023-02-09T05:21:41.580Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:41.581Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:21:41.581Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:41.581Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:41.582Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920101580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:42.587Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:21:42.589Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:21:42.589Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 80eb12f6-0639-487e-b2f3-37df0ac955bb, URL: /sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar to file: /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:42.589Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:42.590Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:42.590Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:42.804Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9521822115697541470/Definitions/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml
2023-02-09T05:21:44.390Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T05:21:44.391Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-09T05:21:44.391Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.391Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-09T05:21:44.392Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.392Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.392Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.392Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.392Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d0971033-1f6c 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-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.393Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.393Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.393Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-09T05:21:44.394Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.394Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.394Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Node template pNF d0971033-1f6c 0 is matching search criteria
2023-02-09T05:21:44.395Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-09T05:21:44.395Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d0971033-1f6c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:21:44.395Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.396Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.396Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Node template pNF d0971033-1f6c 0 is matching search criteria
2023-02-09T05:21:44.396Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-09T05:21:44.396Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d0971033-1f6c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:21:44.397Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.397Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.397Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.398Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.398Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.398Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.398Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.399Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.399Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.399Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.400Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1bGLY8hAdB5pBkShmPKB
Description:catalog service description
Model UUID:77f21633-4441-4c3e-87b6-e20d1d482dc9
Model Version:NULL
Model InvariantUuid:8e614407-b3e4-4070-a956-5f89d4f92c43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T05:21:44.431Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: bc4629d2-c694-4d07-aae0-cce3778fc992
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:21:44.436Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||pNF d0971033-1f6c 0
2023-02-09T05:21:44.437Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bc4629d2-c694-4d07-aae0-cce3778fc992
2023-02-09T05:21:44.437Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 77f21633-4441-4c3e-87b6-e20d1d482dc9
2023-02-09T05:21:44.437Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 77f21633-4441-4c3e-87b6-e20d1d482dc9
2023-02-09T05:21:44.437Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d0971033-1f6c 0 bc4629d2-c694-4d07-aae0-cce3778fc992 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:21:44.445Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26723528, org.onap.sdc.toscaparser.api.parameters.Input@c4c1870, org.onap.sdc.toscaparser.api.parameters.Input@32387253, org.onap.sdc.toscaparser.api.parameters.Input@5a407145, org.onap.sdc.toscaparser.api.parameters.Input@6d2cd450]
2023-02-09T05:21:44.446Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.446Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.447Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 77f21633-4441-4c3e-87b6-e20d1d482dc9: pNF d0971033-1f6c
2023-02-09T05:21:44.447Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Processing PNF resource: bc4629d2-c694-4d07-aae0-cce3778fc992
2023-02-09T05:21:44.447Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:21:44.448Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1bGLY8hAdB5pBkShmPKB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:21:44.448Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Resource customization UUID: c8ef12df-90a4-4d19-84ae-0fd033b3fd98 is the same as notified resource customizationUUID: c8ef12df-90a4-4d19-84ae-0fd033b3fd98
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-09T05:21:44.617Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d0971033-1f6c bc4629d2-c694-4d07-aae0-cce3778fc992 0 ASDC deployResourceStructure
2023-02-09T05:21:44.618Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar ASDC sendASDCNotification
2023-02-09T05:21:44.618Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar
2023-02-09T05:21:44.618Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:21:44.619Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:21:44.619Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:21:44.619Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920104618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:21:45.620Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:21:45.674Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:21:45.679Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:21:45.680Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T05:21:45.680Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T05:21:45.680Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T05:21:45.681Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:21:45.681Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:21:45.681Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:21:45.681Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:21:45.695Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T05:22:15.696Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T05:22:15.712Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c and serviceModelVersionId: 77f21633-4441-4c3e-87b6-e20d1d482dc9
2023-02-09T05:22:15.713Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e614407-b3e4-4070-a956-5f89d4f92c43
2023-02-09T05:22:15.716Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e614407-b3e4-4070-a956-5f89d4f92c43/model-vers/model-ver/77f21633-4441-4c3e-87b6-e20d1d482dc9?depth=0
2023-02-09T05:22:15.723Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T05:22:15.805Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e614407-b3e4-4070-a956-5f89d4f92c43/model-vers/model-ver/77f21633-4441-4c3e-87b6-e20d1d482dc9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-09T05:22:15.808Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e614407-b3e4-4070-a956-5f89d4f92c43/model-vers/model-ver/77f21633-4441-4c3e-87b6-e20d1d482dc9?depth=0|INFO|500||Invoke
2023-02-09T05:22:15.846Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e614407-b3e4-4070-a956-5f89d4f92c43/model-vers/model-ver/77f21633-4441-4c3e-87b6-e20d1d482dc9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T05:22:16.377Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e614407-b3e4-4070-a956-5f89d4f92c43/model-vers/model-ver/77f21633-4441-4c3e-87b6-e20d1d482dc9?depth=0|INFO|500||InvokeReturn
2023-02-09T05:22:16.379Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e614407-b3e4-4070-a956-5f89d4f92c43/model-vers/model-ver/77f21633-4441-4c3e-87b6-e20d1d482dc9?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 05:22:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[512], vertex-id=[434272], x-aai-txid=[0-aai-resources-230209-05:22:15:377-35607], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T05:22:16.380Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-09T05:22:16.381Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T05:22:16.381Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:22:16.407Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T05:22:16.407Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 247fa5bb-9b31-4189-8b86-3e6dc0bbde4c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T05:22:16.408Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T05:22:16.408Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:16.409Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:16.409Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920136408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T05:22:17.436Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-09T05:22:17.436Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5040fa9e-4b7b-4727-ac93-29577f90fea7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bea425a2-0253-47d8-a4ea-43a00344d5d4","serviceDescription":"service","serviceInvariantUUID":"2c0c1b10-13c8-4051-a883-4a6b8144a719","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8a727e4-3279-49ff-8dc8-13ae0b78c071","resourceInvariantUUID":"3d2b0a67-7dcb-4dcd-a3e0-cff19f72c754","resourceCustomizationUUID":"544b4fce-036b-453d-859c-771215dfb4eb","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":"MjFkOWZjZmQ2YjBhZmUxMjhlNDEyODYyODk3ZTg5YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30cd21b4-a955-4c09-87de-cd71ccb0d9c3","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":"NmUyMTY3NmZiMjRmZGEwN2ZhYmNkNjg5ZWQ3ZTc1MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1290b715-e5ee-4837-a0eb-76539b635ef5","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":"8a4235e6-2c8a-4693-9b5f-bd90e322bef0","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":"31e8e9d6-967c-43ed-a781-2290a691cfe8","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":"20e8d05b-3c6b-49c7-b6f3-32676ea6f54c","artifactVersion":"2","generatedFromUUID":"8a4235e6-2c8a-4693-9b5f-bd90e322bef0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2Q5MTk2MjU3MDA4NjliZDIxNjY0NzlkNDljNTYxYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d70aa3b-7b8d-4a9d-ad74-dffa2f9bef63","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzE5OTllNjA5MDFmMTkzMjQyMDNjNmMxYTE0ZDM4NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48061c78-0c45-410f-9eec-25891bd9cc15","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T05:22:17.438Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:22:17.438Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:17.439Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:17.439Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:18.440Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:22:18.440Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:18.440Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:18.441Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:19.441Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:22:19.442Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:19.442Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:19.443Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:20.445Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:22:20.446Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:20.447Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:20.447Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:21.448Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:22:21.449Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:21.449Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:21.449Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:22.450Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:22:22.451Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:22.451Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:22.451Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:23.452Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:22:23.453Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:23.453Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:23.453Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:24.457Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "bea425a2-0253-47d8-a4ea-43a00344d5d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2c0c1b10-13c8-4051-a883-4a6b8144a719",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "544b4fce-036b-453d-859c-771215dfb4eb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b8a727e4-3279-49ff-8dc8-13ae0b78c071",
      "resourceInvariantUUID": "3d2b0a67-7dcb-4dcd-a3e0-cff19f72c754",
      "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": "NmUyMTY3NmZiMjRmZGEwN2ZhYmNkNjg5ZWQ3ZTc1MWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1290b715-e5ee-4837-a0eb-76539b635ef5",
          "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": "8a4235e6-2c8a-4693-9b5f-bd90e322bef0",
          "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": "20e8d05b-3c6b-49c7-b6f3-32676ea6f54c",
            "generatedFromUUID": "8a4235e6-2c8a-4693-9b5f-bd90e322bef0"
          },
          "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": "20e8d05b-3c6b-49c7-b6f3-32676ea6f54c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzE5OTllNjA5MDFmMTkzMjQyMDNjNmMxYTE0ZDM4NDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48061c78-0c45-410f-9eec-25891bd9cc15"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T05:22:24.457Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T05:22:24.457Z|247fa5bb-9b31-4189-8b86-3e6dc0bbde4c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bea425a2-0253-47d8-a4ea-43a00344d5d4 ASDC
2023-02-09T05:22:24.458Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5040fa9e-4b7b-4727-ac93-29577f90fea7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bea425a2-0253-47d8-a4ea-43a00344d5d4
ServiceInvariantUUID:2c0c1b10-13c8-4051-a883-4a6b8144a719
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:48061c78-0c45-410f-9eec-25891bd9cc15
ArtifactChecksum:MzE5OTllNjA5MDFmMTkzMjQyMDNjNmMxYTE0ZDM4NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:544b4fce-036b-453d-859c-771215dfb4eb
ResourceInvariantUUID:3d2b0a67-7dcb-4dcd-a3e0-cff19f72c754
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b8a727e4-3279-49ff-8dc8-13ae0b78c071
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:1290b715-e5ee-4837-a0eb-76539b635ef5
ArtifactChecksum:NmUyMTY3NmZiMjRmZGEwN2ZhYmNkNjg5ZWQ3ZTc1MWQ=
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:8a4235e6-2c8a-4693-9b5f-bd90e322bef0
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:20e8d05b-3c6b-49c7-b6f3-32676ea6f54c
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:20e8d05b-3c6b-49c7-b6f3-32676ea6f54c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-09T05:22:24.459Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bea425a2-0253-47d8-a4ea-43a00344d5d4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T05:22:24.604Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:22:24.605Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:22:24.606Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:22:24.606Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48061c78-0c45-410f-9eec-25891bd9cc15 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-09T05:22:24.606Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-09T05:22:24.607Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-09T05:22:25.090Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-09T05:22:25.094Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 48061c78-0c45-410f-9eec-25891bd9cc15 75196
2023-02-09T05:22:25.098Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-09T05:22:25.098Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-09T05:22:25.098Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:22:25.099Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:25.099Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:25.099Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920145098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:26.100Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:22:26.101Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-09T05:22:26.101Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 48061c78-0c45-410f-9eec-25891bd9cc15, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:26.102Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-09T05:22:26.103Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:26.103Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:26.291Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12361395393199375538/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-09T05:22:28.148Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T05:22:28.149Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-09T05:22:28.149Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.149Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-09T05:22:28.150Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.150Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.150Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.150Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.150Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.150Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.151Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-09T05:22:28.151Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-09T05:22:28.151Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.151Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:28.151Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:28.152Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-09T05:22:28.152Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:22:28.152Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.152Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:28.153Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:28.153Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-09T05:22:28.153Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:22:28.153Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.153Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:28.154Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.154Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-09T05:22:28.154Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-09T05:22:28.155Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-09T05:22:28.155Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-09T05:22:28.155Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-09T05:22:28.155Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-09T05:22:28.156Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.156Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T05:22:28.156Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.156Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:28.156Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:22:28.157Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.157Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:28.157Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:22:28.158Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.158Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:28.158Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:22:28.158Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.158Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-09T05:22:28.159Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-09T05:22:28.159Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-09T05:22:28.159Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c95aec69-9125-4466-bf68-e9212dd0a65c
2023-02-09T05:22:28.159Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.159Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:28.160Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.160Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:28.160Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.160Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:28.160Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:28.161Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:28.161Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:bea425a2-0253-47d8-a4ea-43a00344d5d4
Model Version:NULL
Model InvariantUuid:2c0c1b10-13c8-4051-a883-4a6b8144a719
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4d1dc259-5bd8-47e0-9244-f8574b5ff3d8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3d2b0a67-7dcb-4dcd-a3e0-cff19f72c754
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:544b4fce-036b-453d-859c-771215dfb4eb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fc2cf4ea-b4b3-449d-8765-5b22df5686f6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:153785eb-e424-48f8-9e2f-b12f071c7ca7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c95aec69-9125-4466-bf68-e9212dd0a65c
ModelInvariantUuid:4effaf83-a14f-48db-9921-7e2b97af2a77
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7fffa502-af5f-486d-8112-5e116b2e44eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:32a3a791-5136-4c5c-87f4-390700bcf04c
ModelInvariantUuid:13c6ab82-c948-4f7a-bd91-ac44236f379c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:441f2850-ba4b-4635-a17e-37bf3bbec124
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T05:22:28.212Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b8a727e4-3279-49ff-8dc8-13ae0b78c071
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:22:28.229Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-02-09T05:22:28.230Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8a727e4-3279-49ff-8dc8-13ae0b78c071
2023-02-09T05:22:28.230Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1290b715-e5ee-4837-a0eb-76539b635ef5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-09T05:22:28.230Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-09T05:22:28.230Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-09T05:22:28.431Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-09T05:22:28.432Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1290b715-e5ee-4837-a0eb-76539b635ef5 787
2023-02-09T05:22:28.433Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-09T05:22:28.433Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-09T05:22:28.433Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:22:28.433Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:28.433Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:28.433Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920148432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:29.435Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc2cf4ea-b4b3-449d-8765-5b22df5686f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "153785eb-e424-48f8-9e2f-b12f071c7ca7",
    "vfModuleModelCustomizationUUID": "749ac4a0-eb67-4eba-b59f-1f9149ceda68",
    "isBase": true,
    "artifacts": [
      "8a4235e6-2c8a-4693-9b5f-bd90e322bef0",
      "20e8d05b-3c6b-49c7-b6f3-32676ea6f54c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T05:22:29.442Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:153785eb-e424-48f8-9e2f-b12f071c7ca7
VfModuleModelInvariantUUID:fc2cf4ea-b4b3-449d-8765-5b22df5686f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a4235e6-2c8a-4693-9b5f-bd90e322bef0
,
20e8d05b-3c6b-49c7-b6f3-32676ea6f54c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T05:22:29.446Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc2cf4ea-b4b3-449d-8765-5b22df5686f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "153785eb-e424-48f8-9e2f-b12f071c7ca7",
    "vfModuleModelCustomizationUUID": "749ac4a0-eb67-4eba-b59f-1f9149ceda68",
    "isBase": true,
    "artifacts": [
      "8a4235e6-2c8a-4693-9b5f-bd90e322bef0",
      "20e8d05b-3c6b-49c7-b6f3-32676ea6f54c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T05:22:29.447Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:153785eb-e424-48f8-9e2f-b12f071c7ca7
VfModuleModelInvariantUUID:fc2cf4ea-b4b3-449d-8765-5b22df5686f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a4235e6-2c8a-4693-9b5f-bd90e322bef0
,
20e8d05b-3c6b-49c7-b6f3-32676ea6f54c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T05:22:29.447Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a4235e6-2c8a-4693-9b5f-bd90e322bef0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-09T05:22:29.447Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-09T05:22:29.447Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-09T05:22:29.675Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-09T05:22:29.676Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8a4235e6-2c8a-4693-9b5f-bd90e322bef0 5033
2023-02-09T05:22:29.676Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-09T05:22:29.677Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-09T05:22:29.677Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:22:29.680Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:29.680Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:29.680Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920149676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:30.681Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 20e8d05b-3c6b-49c7-b6f3-32676ea6f54c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-09T05:22:30.682Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-09T05:22:30.682Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-09T05:22:31.272Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-09T05:22:31.273Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 20e8d05b-3c6b-49c7-b6f3-32676ea6f54c 903
2023-02-09T05:22:31.273Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-09T05:22:31.274Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-09T05:22:31.274Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:22:31.274Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:31.274Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:31.274Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920151273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:32.275Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bea425a2-0253-47d8-a4ea-43a00344d5d4
2023-02-09T05:22:32.276Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b8a727e4-3279-49ff-8dc8-13ae0b78c071 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=?
2023-02-09T05:22:32.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T05:22:32.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:22:32.310Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:22:32.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:22:32.318Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3efef130, org.onap.sdc.toscaparser.api.parameters.Input@6e24d47e, org.onap.sdc.toscaparser.api.parameters.Input@5e0f6b3c, org.onap.sdc.toscaparser.api.parameters.Input@12698dd1, org.onap.sdc.toscaparser.api.parameters.Input@5b5799dd]
2023-02-09T05:22:32.321Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.322Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.322Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-02-09T05:22:32.322Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 544b4fce-036b-453d-859c-771215dfb4eb
2023-02-09T05:22:32.322Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 544b4fce-036b-453d-859c-771215dfb4eb matches Tosca VF Customization UUID: 544b4fce-036b-453d-859c-771215dfb4eb
2023-02-09T05:22:32.322Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 544b4fce-036b-453d-859c-771215dfb4eb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-09T05:22:32.331Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.331Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.332Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 544b4fce-036b-453d-859c-771215dfb4eb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-09T05:22:32.332Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68b2ea30
2023-02-09T05:22:32.333Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.333Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T05:22:32.333Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 749ac4a0-eb67-4eba-b59f-1f9149ceda68
2023-02-09T05:22:32.333Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 749ac4a0-eb67-4eba-b59f-1f9149ceda68
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-09T05:22:32.342Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.342Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:32.343Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:22:32.343Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.343Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:32.343Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:22:32.344Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.344Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-09T05:22:32.344Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-09T05:22:32.344Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-09T05:22:32.345Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c95aec69-9125-4466-bf68-e9212dd0a65c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-09T05:22:32.352Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.353Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:32.353Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:22:32.353Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.354Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-09T05:22:32.354Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=544b4fce-036b-453d-859c-771215dfb4eb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:22:32.362Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.362Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.363Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bea425a2-0253-47d8-a4ea-43a00344d5d4: basic_vm
2023-02-09T05:22:32.363Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.363Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.363Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.363Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.364Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.364Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.364Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.364Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.364Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:22:32.365Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:22:32.365Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:22:32.676Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b8a727e4-3279-49ff-8dc8-13ae0b78c071 1 ASDC deployResourceStructure
2023-02-09T05:22:32.677Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-09T05:22:32.677Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-09T05:22:32.678Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:22:32.678Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:32.678Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:32.678Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920152677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:33.681Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-09T05:22:33.681Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-09T05:22:33.682Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:22:33.683Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:33.684Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:33.685Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920153681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:34.691Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-09T05:22:34.691Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-09T05:22:34.692Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:22:34.692Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:34.692Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:34.692Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920154691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:35.694Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-09T05:22:35.694Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-09T05:22:35.695Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:22:35.695Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:22:35.695Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:22:35.696Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920155694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:22:36.697Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:22:36.721Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:22:36.732Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:22:36.733Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T05:22:36.733Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T05:23:06.736Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:23:06.827Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:23:06.838Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:23:06.839Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T05:23:06.839Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T05:23:32.314Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:23:32.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.351Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920090894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.352Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.353Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920090894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.353Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.354Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920090894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.359Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.360Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920090894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.360Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.361Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920090894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.362Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/resourceInstances/pnfd09710331f6c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.362Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920098325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:23:32.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920090894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.364Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920099332,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:23:32.435Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5040fa9e-4b7b-4727-ac93-29577f90fea7
2023-02-09T05:23:32.436Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5040fa9e-4b7b-4727-ac93-29577f90fea7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:23:32.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.512Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920098993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.513Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.513Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920101580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.514Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920104618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1bgly8hadb5pbkshmpkb/1.0/artifacts/service-DemoPnf1bgly8hadb5pbkshmpkb-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:23:32.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.516Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920104122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:23:32.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.517Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920105134,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:23:32.541Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5040fa9e-4b7b-4727-ac93-29577f90fea7
2023-02-09T05:23:32.541Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5040fa9e-4b7b-4727-ac93-29577f90fea7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:23:32.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.616Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.617Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.618Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.619Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.620Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.620Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.621Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.622Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.622Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.623Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.623Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.623Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.624Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.624Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.625Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.627Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.628Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.628Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.629Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.638Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.639Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.640Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.640Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.643Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.644Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.644Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.645Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.645Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.650Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920087751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.650Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.651Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920120339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.651Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920121128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920120895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:23:32.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920133680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.653Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675920134967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920132958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.654Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920132945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.657Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920135081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.658Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920136328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.658Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "247fa5bb-9b31-4189-8b86-3e6dc0bbde4c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920136408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T05:23:32.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.659Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920137597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:32.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.659Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920136575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:23:32.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.660Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:32.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:32.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:32.660Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920138848,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:23:32.850Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 308ce64f-3df3-4aa4-a45b-591b1eebbc16
2023-02-09T05:23:32.851Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce64f-3df3-4aa4-a45b-591b1eebbc16 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:23:33.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.023Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675920137587,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:23:33.087Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 308ce64f-3df3-4aa4-a45b-591b1eebbc16
2023-02-09T05:23:33.087Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce64f-3df3-4aa4-a45b-591b1eebbc16 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:23:33.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.150Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T05:23:33.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.156Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675920139850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T05:23:33.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.156Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-09T05:23:33.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.157Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:33.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.157Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-09T05:23:33.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.163Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:23:33.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.163Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920092665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:23:33.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.164Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920145098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:33.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.164Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920147146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:23:33.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "aai-model-loader",
  "timestamp": 1675920148152,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:23:33.227Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 308ce64f-3df3-4aa4-a45b-591b1eebbc16
2023-02-09T05:23:33.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 308ce64f-3df3-4aa4-a45b-591b1eebbc16 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:23:33.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920148432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:33.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920149676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:33.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:33.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:23:33.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920151273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:23:33.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:23:36.842Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:23:36.934Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:23:36.944Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:23:36.945Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T05:23:36.945Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T05:23:36.945Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T05:23:36.945Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:23:36.946Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:23:36.946Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:23:36.946Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:23:36.946Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:23:36.960Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T05:24:06.961Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T05:24:06.979Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5040fa9e-4b7b-4727-ac93-29577f90fea7 and serviceModelVersionId: bea425a2-0253-47d8-a4ea-43a00344d5d4
2023-02-09T05:24:06.980Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2c0c1b10-13c8-4051-a883-4a6b8144a719
2023-02-09T05:24:06.982Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0
2023-02-09T05:24:06.998Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T05:24:07.118Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0|INFO|500||Invoke
2023-02-09T05:24:07.119Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5040fa9e-4b7b-4727-ac93-29577f90fea7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fb5d08cf-5a17-464a-99d9-fa09ad3404da], X-ECOMP-RequestID=[5040fa9e-4b7b-4727-ac93-29577f90fea7], X-TransactionId=[], X-ONAP-RequestID=[5040fa9e-4b7b-4727-ac93-29577f90fea7], Content-Type=[application/merge-patch+json]}
2023-02-09T05:24:07.160Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T05:24:07.593Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?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/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 05:24:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[424], vertex-id=[192720], x-aai-txid=[1-aai-resources-230209-05:24:06:685-90909], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T05:24:07.594Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-09T05:24:07.597Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2c0c1b10-13c8-4051-a883-4a6b8144a719/model-vers/model-ver/bea425a2-0253-47d8-a4ea-43a00344d5d4?depth=0|INFO|500||InvokeReturn
2023-02-09T05:24:07.598Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T05:24:07.598Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:24:07.616Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T05:24:07.616Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5040fa9e-4b7b-4727-ac93-29577f90fea7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T05:24:07.617Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T05:24:07.619Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:07.619Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:07.619Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920247617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T05:24:08.653Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:24:08.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-09T05:24:08.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"308ce64f-3df3-4aa4-a45b-591b1eebbc16","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b4d52e2d-c83a-4400-a98d-4c99eb444438","serviceDescription":"service","serviceInvariantUUID":"6f8b61fe-025a-44a8-8fc9-37a59fec9c2e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d58f317d-7ce7-4a83-9f9e-ba4241bcd591","resourceInvariantUUID":"60f4614c-8e49-4925-8be9-5c6042a45f00","resourceCustomizationUUID":"7d085b3c-96de-4f63-b367-3627a8869135","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjI0NjgzNTlkNTRjZjU4NjdmOWFiNjcxODllNzRmNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21b12799-9e74-4bcc-921f-91b5e4219fb1","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"47bd388f-ef40-42bb-b537-370c936b179c","artifactVersion":"2","generatedFromUUID":"ffec2be3-fab6-4829-9ee7-c533591ffd6c"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ffec2be3-fab6-4829-9ee7-c533591ffd6c","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZTg3MDEyYWViZWQ5Mzc2M2I5OWFhNDY2NDdhODIzZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37ed92ec-b68f-405f-9830-5410511454b1","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a676cbf-9abe-4962-b07e-8338076c292a","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e4259836-2fdd-4df6-ba13-4df4ff4c9897","artifactVersion":"2","generatedFromUUID":"2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzI2NjQ4MDkzNzgzMmQxOTIwNzY2NTExOGRhZTU2M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f96b6a26-e9aa-4a09-9222-8f7bc3666bce","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjA2NjM1MTZiYTM2YjgwMGFmNzg4YTgzMTk0YmZlODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb998676-6a3a-4c4b-a92b-0c6c46761074","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T05:24:08.671Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:08.671Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:08.671Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:08.672Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:09.673Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:09.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:09.674Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:09.675Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:10.676Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:10.676Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:10.676Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:10.677Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:11.678Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:11.679Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:11.679Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:11.679Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:12.682Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:12.682Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:12.682Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:12.683Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:13.684Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:13.685Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:13.685Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:13.685Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:14.688Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:14.688Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:14.689Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:14.689Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:15.690Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:15.690Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:15.690Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:15.691Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:16.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T05:24:16.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:16.692Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:16.693Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:17.698Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b4d52e2d-c83a-4400-a98d-4c99eb444438",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6f8b61fe-025a-44a8-8fc9-37a59fec9c2e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7d085b3c-96de-4f63-b367-3627a8869135",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d58f317d-7ce7-4a83-9f9e-ba4241bcd591",
      "resourceInvariantUUID": "60f4614c-8e49-4925-8be9-5c6042a45f00",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "47bd388f-ef40-42bb-b537-370c936b179c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ffec2be3-fab6-4829-9ee7-c533591ffd6c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZTg3MDEyYWViZWQ5Mzc2M2I5OWFhNDY2NDdhODIzZmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37ed92ec-b68f-405f-9830-5410511454b1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e4259836-2fdd-4df6-ba13-4df4ff4c9897",
            "generatedFromUUID": "2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e4259836-2fdd-4df6-ba13-4df4ff4c9897",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjA2NjM1MTZiYTM2YjgwMGFmNzg4YTgzMTk0YmZlODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb998676-6a3a-4c4b-a92b-0c6c46761074"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T05:24:17.698Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T05:24:17.699Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b4d52e2d-c83a-4400-a98d-4c99eb444438 ASDC
2023-02-09T05:24:17.699Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:308ce64f-3df3-4aa4-a45b-591b1eebbc16
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b4d52e2d-c83a-4400-a98d-4c99eb444438
ServiceInvariantUUID:6f8b61fe-025a-44a8-8fc9-37a59fec9c2e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:eb998676-6a3a-4c4b-a92b-0c6c46761074
ArtifactChecksum:MjA2NjM1MTZiYTM2YjgwMGFmNzg4YTgzMTk0YmZlODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7d085b3c-96de-4f63-b367-3627a8869135
ResourceInvariantUUID:60f4614c-8e49-4925-8be9-5c6042a45f00
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d58f317d-7ce7-4a83-9f9e-ba4241bcd591
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:47bd388f-ef40-42bb-b537-370c936b179c
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:ffec2be3-fab6-4829-9ee7-c533591ffd6c
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:37ed92ec-b68f-405f-9830-5410511454b1
ArtifactChecksum:ZTg3MDEyYWViZWQ5Mzc2M2I5OWFhNDY2NDdhODIzZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:e4259836-2fdd-4df6-ba13-4df4ff4c9897
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:e4259836-2fdd-4df6-ba13-4df4ff4c9897
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-09T05:24:17.700Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4d52e2d-c83a-4400-a98d-4c99eb444438 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T05:24:17.898Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:24:17.899Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-09T05:24:17.900Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-09T05:24:17.900Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb998676-6a3a-4c4b-a92b-0c6c46761074 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-09T05:24:17.900Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-09T05:24:17.900Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-09T05:24:18.171Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-09T05:24:18.173Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar eb998676-6a3a-4c4b-a92b-0c6c46761074 73988
2023-02-09T05:24:18.173Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-09T05:24:18.174Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-09T05:24:18.174Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:24:18.174Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:18.174Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:18.174Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920258173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:19.178Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T05:24:19.179Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-09T05:24:19.179Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: eb998676-6a3a-4c4b-a92b-0c6c46761074, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-09T05:24:19.180Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-09T05:24:19.181Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-09T05:24:19.181Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-09T05:24:19.555Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15027527182873746666/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-09T05:24:21.852Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T05:24:21.852Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-09T05:24:21.852Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-09T05:24:21.853Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-09T05:24:21.853Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-09T05:24:21.853Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2023-02-09T05:24:21.853Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-09T05:24:21.853Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-09T05:24:21.853Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-09T05:24:21.854Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.854Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:21.855Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:21.855Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-09T05:24:21.855Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:24:21.856Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.856Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:21.856Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:21.856Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-09T05:24:21.856Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T05:24:21.857Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.857Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:21.859Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.859Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-09T05:24:21.859Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-09T05:24:21.859Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-09T05:24:21.859Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-09T05:24:21.860Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.860Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T05:24:21.860Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.860Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:21.860Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:24:21.861Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.861Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:21.861Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:24:21.861Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.862Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:21.862Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:24:21.862Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.863Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-09T05:24:21.863Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-09T05:24:21.863Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3ff1eddd-75d1-4de1-96dc-65d1df992764
2023-02-09T05:24:21.863Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.863Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:21.864Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.864Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:21.864Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.864Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:21.864Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:21.865Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:21.865Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b4d52e2d-c83a-4400-a98d-4c99eb444438
Model Version:NULL
Model InvariantUuid:6f8b61fe-025a-44a8-8fc9-37a59fec9c2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:721292b3-8bef-4ecb-8784-302de1c5fa0c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60f4614c-8e49-4925-8be9-5c6042a45f00
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7d085b3c-96de-4f63-b367-3627a8869135
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6be70359-4a25-4d88-838a-f93da6052548
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0f756a6d-3b04-4ad9-9bec-5199832bc22a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ff1eddd-75d1-4de1-96dc-65d1df992764
ModelInvariantUuid:2d9eccc4-8cba-45eb-9430-e9e9fc258c77
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a5756ce0-6c2b-4052-85d7-16c98cafe090
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5cc02248-a333-4e2e-b9bb-d24e6b6d866e
ModelInvariantUuid:d4d66e86-6638-4a5f-8141-1af53a18f5ae
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e1edd5af-295f-41e1-90db-fff69e192054
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T05:24:21.890Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d58f317d-7ce7-4a83-9f9e-ba4241bcd591
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:24:21.896Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||basic_cnf 0
2023-02-09T05:24:21.896Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d58f317d-7ce7-4a83-9f9e-ba4241bcd591
2023-02-09T05:24:21.896Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 47bd388f-ef40-42bb-b537-370c936b179c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-09T05:24:21.896Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-09T05:24:21.897Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-09T05:24:22.081Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-09T05:24:22.082Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 47bd388f-ef40-42bb-b537-370c936b179c 12
2023-02-09T05:24:22.082Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-09T05:24:22.082Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-09T05:24:22.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:24:22.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:22.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:22.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920262082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:23.084Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ffec2be3-fab6-4829-9ee7-c533591ffd6c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-09T05:24:23.084Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-09T05:24:23.086Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-09T05:24:23.287Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-09T05:24:23.288Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ffec2be3-fab6-4829-9ee7-c533591ffd6c 2688
2023-02-09T05:24:23.288Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-09T05:24:23.288Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-09T05:24:23.288Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:24:23.289Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:23.289Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:23.289Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920263288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:24.291Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 37ed92ec-b68f-405f-9830-5410511454b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-09T05:24:24.292Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-09T05:24:24.292Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-09T05:24:24.551Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-09T05:24:24.551Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 37ed92ec-b68f-405f-9830-5410511454b1 828
2023-02-09T05:24:24.551Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-09T05:24:24.552Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-09T05:24:24.552Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:24:24.552Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:24.552Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:24.552Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920264551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:25.554Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6be70359-4a25-4d88-838a-f93da6052548",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0f756a6d-3b04-4ad9-9bec-5199832bc22a",
    "vfModuleModelCustomizationUUID": "32ad9d65-19ba-4638-8903-ee57bdb73399",
    "isBase": true,
    "artifacts": [
      "ffec2be3-fab6-4829-9ee7-c533591ffd6c",
      "2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa",
      "e4259836-2fdd-4df6-ba13-4df4ff4c9897"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T05:24:25.560Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f756a6d-3b04-4ad9-9bec-5199832bc22a
VfModuleModelInvariantUUID:6be70359-4a25-4d88-838a-f93da6052548
VfModuleModelDescription:NULL
Artifacts UUID List:{
ffec2be3-fab6-4829-9ee7-c533591ffd6c
,
2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa
,
e4259836-2fdd-4df6-ba13-4df4ff4c9897

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T05:24:25.564Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6be70359-4a25-4d88-838a-f93da6052548",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0f756a6d-3b04-4ad9-9bec-5199832bc22a",
    "vfModuleModelCustomizationUUID": "32ad9d65-19ba-4638-8903-ee57bdb73399",
    "isBase": true,
    "artifacts": [
      "ffec2be3-fab6-4829-9ee7-c533591ffd6c",
      "2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa",
      "e4259836-2fdd-4df6-ba13-4df4ff4c9897"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T05:24:25.564Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f756a6d-3b04-4ad9-9bec-5199832bc22a
VfModuleModelInvariantUUID:6be70359-4a25-4d88-838a-f93da6052548
VfModuleModelDescription:NULL
Artifacts UUID List:{
ffec2be3-fab6-4829-9ee7-c533591ffd6c
,
2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa
,
e4259836-2fdd-4df6-ba13-4df4ff4c9897

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T05:24:25.564Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-09T05:24:25.564Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-09T05:24:25.564Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-09T05:24:25.742Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-09T05:24:25.743Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2dd5fc4c-d7fa-45f5-a7bf-73ccf5bd0afa 1164
2023-02-09T05:24:25.744Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-09T05:24:25.744Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-09T05:24:25.744Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:24:25.744Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:25.744Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:25.744Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920265743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:26.745Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4259836-2fdd-4df6-ba13-4df4ff4c9897 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-09T05:24:26.746Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-09T05:24:26.746Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-09T05:24:26.890Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-09T05:24:26.891Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e4259836-2fdd-4df6-ba13-4df4ff4c9897 200
2023-02-09T05:24:26.891Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-09T05:24:26.891Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-09T05:24:26.891Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T05:24:26.892Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:26.892Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:26.892Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920266891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:27.893Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b4d52e2d-c83a-4400-a98d-4c99eb444438
2023-02-09T05:24:27.893Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d58f317d-7ce7-4a83-9f9e-ba4241bcd591 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 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=?
2023-02-09T05:24:27.958Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:24:27.980Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1abadde7, org.onap.sdc.toscaparser.api.parameters.Input@2bfe0995, org.onap.sdc.toscaparser.api.parameters.Input@713e2e2b, org.onap.sdc.toscaparser.api.parameters.Input@496e1d2a, org.onap.sdc.toscaparser.api.parameters.Input@5f7a405]
2023-02-09T05:24:27.982Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:27.983Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:27.983Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-02-09T05:24:27.983Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7d085b3c-96de-4f63-b367-3627a8869135
2023-02-09T05:24:27.984Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d085b3c-96de-4f63-b367-3627a8869135 matches Tosca VF Customization UUID: 7d085b3c-96de-4f63-b367-3627a8869135
2023-02-09T05:24:27.984Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7d085b3c-96de-4f63-b367-3627a8869135  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-09T05:24:27.989Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:27.990Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:27.991Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7d085b3c-96de-4f63-b367-3627a8869135: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-09T05:24:27.992Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67ef54bc
2023-02-09T05:24:27.992Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:27.992Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T05:24:27.992Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32ad9d65-19ba-4638-8903-ee57bdb73399
2023-02-09T05:24:27.993Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32ad9d65-19ba-4638-8903-ee57bdb73399
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-09T05:24:28.014Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.015Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:28.015Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:24:28.016Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.016Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:28.016Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:24:28.016Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.017Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-09T05:24:28.017Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-09T05:24:28.021Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3ff1eddd-75d1-4de1-96dc-65d1df992764
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-09T05:24:28.038Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.039Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:28.039Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T05:24:28.046Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.047Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-09T05:24:28.048Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7d085b3c-96de-4f63-b367-3627a8869135
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:24:28.082Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:28.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b4d52e2d-c83a-4400-a98d-4c99eb444438: basic_cnf
2023-02-09T05:24:28.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.083Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:28.084Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.084Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:28.084Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.084Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:28.084Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.085Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:28.085Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T05:24:28.085Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T05:24:28.086Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
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: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T05:24:28.622Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d58f317d-7ce7-4a83-9f9e-ba4241bcd591 1 ASDC deployResourceStructure
2023-02-09T05:24:28.624Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-09T05:24:28.624Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-09T05:24:28.624Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-09T05:24:28.624Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:28.624Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:28.624Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920268623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:29.626Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-09T05:24:29.627Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-09T05:24:29.627Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-09T05:24:29.627Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:29.627Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:29.627Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920269626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:30.630Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-09T05:24:30.631Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-09T05:24:30.631Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:24:30.631Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:30.631Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:30.632Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920270630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:31.635Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-09T05:24:31.635Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-09T05:24:31.636Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:24:31.636Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:31.636Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:31.637Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920271635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:32.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:32.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:24:32.307Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920152677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T05:24:32.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:24:32.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:24:32.308Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920153681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-09T05:24:32.309Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:24:32.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:24:32.309Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920154691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-09T05:24:32.309Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:24:32.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:24:32.310Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920155694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:24:32.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:24:32.638Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-09T05:24:32.638Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-09T05:24:32.638Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:24:32.639Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:32.639Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:32.639Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920272638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:33.642Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-09T05:24:33.642Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-09T05:24:33.642Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T05:24:33.642Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:24:33.643Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:24:33.643Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920273642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:24:34.644Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 308ce64f-3df3-4aa4-a45b-591b1eebbc16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:24:34.792Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 308ce64f-3df3-4aa4-a45b-591b1eebbc16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T05:24:34.804Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T05:24:34.805Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T05:24:34.807Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T05:24:34.808Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T05:24:34.808Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:24:34.808Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:24:34.808Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:24:34.808Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T05:24:34.808Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T05:24:34.858Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T05:25:04.860Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 308ce64f-3df3-4aa4-a45b-591b1eebbc16 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T05:25:05.814Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 308ce64f-3df3-4aa4-a45b-591b1eebbc16 and serviceModelVersionId: b4d52e2d-c83a-4400-a98d-4c99eb444438
2023-02-09T05:25:05.814Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f8b61fe-025a-44a8-8fc9-37a59fec9c2e
2023-02-09T05:25:05.815Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0
2023-02-09T05:25:05.821Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T05:25:05.917Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0|INFO|500||Invoke
2023-02-09T05:25:05.918Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[308ce64f-3df3-4aa4-a45b-591b1eebbc16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b316727f-390f-4437-a61e-4a8420384bf5], X-ECOMP-RequestID=[308ce64f-3df3-4aa4-a45b-591b1eebbc16], X-TransactionId=[], X-ONAP-RequestID=[308ce64f-3df3-4aa4-a45b-591b1eebbc16], Content-Type=[application/merge-patch+json]}
2023-02-09T05:25:05.949Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T05:25:07.178Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?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/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 05:25:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1223], vertex-id=[274488], x-aai-txid=[0-aai-resources-230209-05:25:05:479-31008], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T05:25:07.179Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-09T05:25:07.180Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f8b61fe-025a-44a8-8fc9-37a59fec9c2e/model-vers/model-ver/b4d52e2d-c83a-4400-a98d-4c99eb444438?depth=0|INFO|500||InvokeReturn
2023-02-09T05:25:07.181Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T05:25:07.181Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T05:25:07.191Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T05:25:07.191Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 308ce64f-3df3-4aa4-a45b-591b1eebbc16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T05:25:07.191Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T05:25:07.192Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-09T05:25:07.192Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T05:25:07.192Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920307191,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T05:25:08.328Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:25:32.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:25:32.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.309Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5040fa9e-4b7b-4727-ac93-29577f90fea7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920247617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T05:25:32.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.311Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:25:32.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.311Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-09T05:25:32.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.312Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-09T05:25:32.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.312Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T05:25:32.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.317Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-09T05:25:32.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.318Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:25:32.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.319Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-09T05:25:32.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.319Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T05:25:32.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.320Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920248653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T05:25:32.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.320Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920258173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:25:32.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.321Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920262082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:25:32.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.324Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920263288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:25:32.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.335Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920264551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:25:32.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.336Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920265743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:25:32.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.336Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920266891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T05:25:32.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920268623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-09T05:25:32.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920269626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-09T05:25:32.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920270630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T05:25:32.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:25:32.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:25:32.350Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920271635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-09T05:25:32.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:26:08.328Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:26:32.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:26:32.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:26:32.307Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920272638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-09T05:26:32.307Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:26:32.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:26:32.307Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920273642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T05:26:32.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:26:32.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T05:26:32.308Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "308ce64f-3df3-4aa4-a45b-591b1eebbc16",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675920307191,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T05:26:32.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T05:27:08.329Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:27:32.305Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:28:08.332Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:28:32.310Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:29:08.332Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:29:32.311Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:30:08.334Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:30:32.314Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:31:08.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:31:32.315Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:32:08.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:32:32.317Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:33:08.338Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:33:32.319Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:34:08.340Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:34:32.320Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:35:08.341Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:35:32.322Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:36:08.346Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:36:32.325Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:37:08.348Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:37:32.326Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:38:08.350Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:38:32.336Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:39:08.352Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:39:32.338Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:40:08.384Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:40:32.339Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:41:08.384Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:41:32.340Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:42:08.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:42:32.340Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:43:08.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:43:32.344Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:44:08.393Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:44:32.345Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:45:08.438Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:45:32.346Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:46:08.439Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:46:32.356Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:47:08.440Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:47:32.368Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:48:08.440Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:48:32.383Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:49:08.442Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:49:32.384Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:50:08.443Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:50:32.386Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:51:08.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:51:32.387Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:52:08.446Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:52:32.389Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:53:08.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:53:32.389Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:54:08.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:54:32.391Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:55:08.467Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:55:32.410Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:56:08.469Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:56:32.411Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:57:08.469Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:57:32.413Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:58:08.471Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:58:32.414Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T05:59:08.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T05:59:32.416Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:00:08.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:00:32.418Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:01:08.475Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:01:32.420Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:02:08.476Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:02:32.421Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:03:08.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:03:32.423Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:04:08.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:04:32.424Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:05:08.484Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:05:32.425Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:06:08.487Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:06:32.426Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:07:08.490Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:07:32.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:08:08.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:08:32.428Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:09:08.492Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:09:32.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:10:08.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:10:32.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:11:08.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:11:32.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:12:08.498Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:12:32.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:13:08.499Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:13:32.435Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:14:08.499Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:14:32.438Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:15:08.502Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:15:32.439Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:16:08.503Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:16:32.440Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:17:08.505Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:17:32.441Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:18:08.505Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:18:32.442Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:19:08.505Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:19:32.444Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:20:08.507Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:20:32.444Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:21:08.507Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:21:32.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:22:08.508Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:22:32.446Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:23:08.509Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:23:32.446Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:24:08.510Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:24:32.447Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:25:08.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:25:32.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:26:08.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:26:32.450Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:27:08.514Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:27:32.452Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:27:57.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-09T06:27:57.994Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9d24befc-9c09-401b-a5e2-235f2ba8751e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"624381a3-8ad6-4074-babb-f4afe807dcbe","serviceDescription":"service","serviceInvariantUUID":"16ac3bc6-db48-447a-a323-9236ec0aa0e7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fbdc38ea-44ee-45ed-847e-b904abc3c34c","resourceInvariantUUID":"c069875c-6134-439e-bad3-30a0c342d45e","resourceCustomizationUUID":"e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9","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":"ZmVjYWVlMDZhNWUzNzA5MDE5ODEwNjgzYTVhMmRmNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12b05a7a-6bd8-479a-bda5-7f3626f0ec0a","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":"MjMxYjU5MzkyOGU0NWMyYzRiOWRmZWVjYzk5ZTQ0NGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19fa6477-3592-465a-93ce-a6747f78a580","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":"1c67f5eb-a80e-414e-92f4-4f9197a0bd66","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":"37862e64-dd3f-49e7-b678-0e9849bc793f","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":"1b535705-5376-48d0-8d33-5d8e71cd5cc6","artifactVersion":"2","generatedFromUUID":"486c29a3-0fad-49de-99a5-2b152804a541"},{"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":"cae627a1-28c0-4989-b002-337cc07fd38c","artifactVersion":"2","generatedFromUUID":"1c67f5eb-a80e-414e-92f4-4f9197a0bd66"},{"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":"486c29a3-0fad-49de-99a5-2b152804a541","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":"0313863f-9c6b-45db-803d-1ef9e05e90c1","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":"NDAyMmE3M2JiYzliODgzNDJlYzhjYWYyOWRmZjFmNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbb4ebcf-f8ce-4439-a167-e8dc154d8e9b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODlmZGMyMTRmMWNiOGEwZDAzYTEyYzcwNjBkNWUwZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bbc0b01-0a12-43ca-b06b-3f72b7958b68","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T06:27:58.002Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:27:58.002Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:27:58.002Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:27:58.003Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:27:58.022Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T06:27:58.023Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T06:27:58.023Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T06:27:58.024Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T06:27:58.024Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T06:27:58.024Z||kafka-producer-network-thread | SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0c18069c-e4d0-4f4b-86b7-1a9dd73c17d6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9PbooYsJRhWaunEweLQF9g
2023-02-09T06:27:58.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:27:58.067Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:27:58.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:27:59.027Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:27:59.027Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:27:59.028Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:27:59.028Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:00.028Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:00.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:00.030Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:00.030Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:01.031Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:01.032Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:01.032Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:01.032Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:02.033Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:02.034Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:02.034Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:02.034Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:03.035Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:03.036Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:03.036Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:03.036Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:04.037Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:04.042Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:04.042Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:04.042Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:05.044Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:05.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:05.045Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:05.045Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:06.046Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:06.048Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:06.048Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:06.049Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:07.049Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:28:07.050Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:07.050Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:07.051Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:08.054Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "624381a3-8ad6-4074-babb-f4afe807dcbe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "16ac3bc6-db48-447a-a323-9236ec0aa0e7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fbdc38ea-44ee-45ed-847e-b904abc3c34c",
      "resourceInvariantUUID": "c069875c-6134-439e-bad3-30a0c342d45e",
      "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": "MjMxYjU5MzkyOGU0NWMyYzRiOWRmZWVjYzk5ZTQ0NGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "19fa6477-3592-465a-93ce-a6747f78a580",
          "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": "1c67f5eb-a80e-414e-92f4-4f9197a0bd66",
          "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": "cae627a1-28c0-4989-b002-337cc07fd38c",
            "generatedFromUUID": "1c67f5eb-a80e-414e-92f4-4f9197a0bd66"
          },
          "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": "1b535705-5376-48d0-8d33-5d8e71cd5cc6",
          "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": "cae627a1-28c0-4989-b002-337cc07fd38c",
          "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": "486c29a3-0fad-49de-99a5-2b152804a541",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODlmZGMyMTRmMWNiOGEwZDAzYTEyYzcwNjBkNWUwZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0bbc0b01-0a12-43ca-b06b-3f72b7958b68"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T06:28:08.054Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T06:28:08.055Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 624381a3-8ad6-4074-babb-f4afe807dcbe ASDC
2023-02-09T06:28:08.057Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9d24befc-9c09-401b-a5e2-235f2ba8751e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:624381a3-8ad6-4074-babb-f4afe807dcbe
ServiceInvariantUUID:16ac3bc6-db48-447a-a323-9236ec0aa0e7
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:0bbc0b01-0a12-43ca-b06b-3f72b7958b68
ArtifactChecksum:ODlmZGMyMTRmMWNiOGEwZDAzYTEyYzcwNjBkNWUwZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9
ResourceInvariantUUID:c069875c-6134-439e-bad3-30a0c342d45e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:fbdc38ea-44ee-45ed-847e-b904abc3c34c
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:19fa6477-3592-465a-93ce-a6747f78a580
ArtifactChecksum:MjMxYjU5MzkyOGU0NWMyYzRiOWRmZWVjYzk5ZTQ0NGM=
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:1c67f5eb-a80e-414e-92f4-4f9197a0bd66
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:cae627a1-28c0-4989-b002-337cc07fd38c
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:1b535705-5376-48d0-8d33-5d8e71cd5cc6
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:cae627a1-28c0-4989-b002-337cc07fd38c
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:486c29a3-0fad-49de-99a5-2b152804a541
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-09T06:28:08.059Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 624381a3-8ad6-4074-babb-f4afe807dcbe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:28:08.222Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T06:28:08.224Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-09T06:28:08.225Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-09T06:28:08.225Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0bbc0b01-0a12-43ca-b06b-3f72b7958b68 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:08.226Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:28:08.227Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:09.084Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:28:09.150Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0bbc0b01-0a12-43ca-b06b-3f72b7958b68 163278
2023-02-09T06:28:09.151Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-09T06:28:09.151Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:09.152Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:28:09.152Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:09.152Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:09.153Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924089151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:10.154Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T06:28:10.155Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-09T06:28:10.155Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0bbc0b01-0a12-43ca-b06b-3f72b7958b68, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:10.156Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-09T06:28:10.157Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:10.157Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:10.463Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6530808560299763676/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-09T06:28:12.654Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T06:28:12.655Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-09T06:28:12.655Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:12.655Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-09T06:28:12.655Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:12.656Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:12.656Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:12.656Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:12.656Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-09T06:28:12.656Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.657Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:12.657Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:12.657Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-09T06:28:12.658Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T06:28:12.658Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.658Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:12.659Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:12.659Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-09T06:28:12.659Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T06:28:12.659Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.659Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:12.660Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.660Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-09T06:28:12.660Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-09T06:28:12.660Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-09T06:28:12.660Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-09T06:28:12.661Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.661Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T06:28:12.661Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.661Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:12.662Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:28:12.662Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.662Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:12.662Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:28:12.663Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.663Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:12.663Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:28:12.663Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.664Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:12.664Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:28:12.664Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.664Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-09T06:28:12.664Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-09T06:28:12.665Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=debcee85-895e-4d8f-98d2-6960d9d1c39a
2023-02-09T06:28:12.665Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.665Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:12.665Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.666Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:12.666Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.666Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:12.666Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:12.666Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:12.667Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:624381a3-8ad6-4074-babb-f4afe807dcbe
Model Version:NULL
Model InvariantUuid:16ac3bc6-db48-447a-a323-9236ec0aa0e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:50f28387-0d2d-43c8-9ad3-42d7928bfdbd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c069875c-6134-439e-bad3-30a0c342d45e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a112c563-2783-4f32-becd-4bd44dbf0df6
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:60e92bf1-42bd-4eeb-92ae-59d0d4ce2a37
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cd848e82-ff5f-4ad0-9c6a-46ff3289f3ea
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:ca7b8076-ad74-42fb-8e53-f379dce5f87b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:debcee85-895e-4d8f-98d2-6960d9d1c39a
ModelInvariantUuid:321dc0fe-a5be-4ac1-9fb8-563e977965ba
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b55269cb-8b04-4afc-bfee-6b2534d0a407
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3f6f5cb4-d29c-4b04-8908-900f1816f58c
ModelInvariantUuid:44f2d47b-78da-4aa5-a24d-978fa62eb862
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e63bd3a8-69fa-45c0-bca3-569c357e1a15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T06:28:12.730Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fbdc38ea-44ee-45ed-847e-b904abc3c34c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:28:12.739Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2023-02-09T06:28:12.740Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fbdc38ea-44ee-45ed-847e-b904abc3c34c
2023-02-09T06:28:12.740Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19fa6477-3592-465a-93ce-a6747f78a580 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-09T06:28:12.740Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:28:12.741Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-09T06:28:12.895Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:28:12.896Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 19fa6477-3592-465a-93ce-a6747f78a580 1565
2023-02-09T06:28:12.896Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-09T06:28:12.897Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-09T06:28:12.897Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:28:12.897Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:12.897Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:12.897Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924092896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:13.898Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "cd848e82-ff5f-4ad0-9c6a-46ff3289f3ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca7b8076-ad74-42fb-8e53-f379dce5f87b",
    "vfModuleModelCustomizationUUID": "3842ad53-3d70-4872-adcd-4f8f628be9b3",
    "isBase": true,
    "artifacts": [
      "1c67f5eb-a80e-414e-92f4-4f9197a0bd66",
      "cae627a1-28c0-4989-b002-337cc07fd38c"
    ],
    "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": "a112c563-2783-4f32-becd-4bd44dbf0df6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "60e92bf1-42bd-4eeb-92ae-59d0d4ce2a37",
    "vfModuleModelCustomizationUUID": "4ae89279-a8d5-437a-be36-2991e6888dad",
    "isBase": false,
    "artifacts": [
      "486c29a3-0fad-49de-99a5-2b152804a541"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T06:28:13.903Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca7b8076-ad74-42fb-8e53-f379dce5f87b
VfModuleModelInvariantUUID:cd848e82-ff5f-4ad0-9c6a-46ff3289f3ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c67f5eb-a80e-414e-92f4-4f9197a0bd66
,
cae627a1-28c0-4989-b002-337cc07fd38c

}
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:60e92bf1-42bd-4eeb-92ae-59d0d4ce2a37
VfModuleModelInvariantUUID:a112c563-2783-4f32-becd-4bd44dbf0df6
VfModuleModelDescription:NULL
Artifacts UUID List:{
486c29a3-0fad-49de-99a5-2b152804a541

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

isBase:false


}

2023-02-09T06:28:13.907Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "cd848e82-ff5f-4ad0-9c6a-46ff3289f3ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca7b8076-ad74-42fb-8e53-f379dce5f87b",
    "vfModuleModelCustomizationUUID": "3842ad53-3d70-4872-adcd-4f8f628be9b3",
    "isBase": true,
    "artifacts": [
      "1c67f5eb-a80e-414e-92f4-4f9197a0bd66",
      "cae627a1-28c0-4989-b002-337cc07fd38c"
    ],
    "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": "a112c563-2783-4f32-becd-4bd44dbf0df6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "60e92bf1-42bd-4eeb-92ae-59d0d4ce2a37",
    "vfModuleModelCustomizationUUID": "4ae89279-a8d5-437a-be36-2991e6888dad",
    "isBase": false,
    "artifacts": [
      "486c29a3-0fad-49de-99a5-2b152804a541"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T06:28:13.907Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca7b8076-ad74-42fb-8e53-f379dce5f87b
VfModuleModelInvariantUUID:cd848e82-ff5f-4ad0-9c6a-46ff3289f3ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c67f5eb-a80e-414e-92f4-4f9197a0bd66
,
cae627a1-28c0-4989-b002-337cc07fd38c

}
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:60e92bf1-42bd-4eeb-92ae-59d0d4ce2a37
VfModuleModelInvariantUUID:a112c563-2783-4f32-becd-4bd44dbf0df6
VfModuleModelDescription:NULL
Artifacts UUID List:{
486c29a3-0fad-49de-99a5-2b152804a541

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

isBase:false


}

2023-02-09T06:28:13.907Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c67f5eb-a80e-414e-92f4-4f9197a0bd66 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-09T06:28:13.908Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:28:13.908Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-09T06:28:14.230Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:28:14.230Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 1c67f5eb-a80e-414e-92f4-4f9197a0bd66 914
2023-02-09T06:28:14.231Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-09T06:28:14.231Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-09T06:28:14.231Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:28:14.231Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:14.232Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:14.232Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924094230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:15.233Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b535705-5376-48d0-8d33-5d8e71cd5cc6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-09T06:28:15.233Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:28:15.234Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-09T06:28:15.444Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:28:15.445Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1b535705-5376-48d0-8d33-5d8e71cd5cc6 12
2023-02-09T06:28:15.445Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-09T06:28:15.445Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-09T06:28:15.446Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:28:15.446Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:15.446Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:15.446Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924095445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:16.447Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cae627a1-28c0-4989-b002-337cc07fd38c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-09T06:28:16.448Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:28:16.448Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-09T06:28:16.628Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:28:16.629Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env cae627a1-28c0-4989-b002-337cc07fd38c 96
2023-02-09T06:28:16.633Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-09T06:28:16.633Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-09T06:28:16.633Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:28:16.634Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:16.635Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:16.635Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924096633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:17.638Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 486c29a3-0fad-49de-99a5-2b152804a541 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-09T06:28:17.638Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:28:17.638Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-09T06:28:17.901Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:28:17.902Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 486c29a3-0fad-49de-99a5-2b152804a541 20206
2023-02-09T06:28:17.902Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-09T06:28:17.902Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-09T06:28:17.903Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:28:17.903Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:17.903Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:17.903Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924097902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:18.913Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 624381a3-8ad6-4074-babb-f4afe807dcbe
2023-02-09T06:28:18.918Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fbdc38ea-44ee-45ed-847e-b904abc3c34c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:28:19.003Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41bf62b, org.onap.sdc.toscaparser.api.parameters.Input@58a0f9b9, org.onap.sdc.toscaparser.api.parameters.Input@c098e29, org.onap.sdc.toscaparser.api.parameters.Input@45791282, org.onap.sdc.toscaparser.api.parameters.Input@1e880ea8]
2023-02-09T06:28:19.007Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.007Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.008Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-02-09T06:28:19.008Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9
2023-02-09T06:28:19.008Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9 matches Tosca VF Customization UUID: e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9
2023-02-09T06:28:19.008Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-09T06:28:19.029Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.029Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.032Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-09T06:28:19.033Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ce21899
2023-02-09T06:28:19.033Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.038Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T06:28:19.039Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ae89279-a8d5-437a-be36-2991e6888dad
2023-02-09T06:28:19.039Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ae89279-a8d5-437a-be36-2991e6888dad
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-09T06:28:19.048Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.052Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:19.060Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:28:19.061Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.066Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:19.066Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:28:19.066Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.067Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-09T06:28:19.067Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e0cc82ee-42c4-46cd-9c6e-d7da6343fcf9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:28:19.071Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.072Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.072Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 624381a3-8ad6-4074-babb-f4afe807dcbe: basic_cnf_macro
2023-02-09T06:28:19.072Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.073Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.074Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.074Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.075Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.075Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.075Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.075Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.075Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:28:19.076Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:28:19.089Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:28:19.542Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fbdc38ea-44ee-45ed-847e-b904abc3c34c 2 ASDC deployResourceStructure
2023-02-09T06:28:19.542Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-09T06:28:19.542Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-09T06:28:19.542Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:28:19.543Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:19.543Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:19.543Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924099542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:20.545Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-09T06:28:20.546Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-09T06:28:20.546Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:28:20.546Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:20.546Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:20.547Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924100545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:21.548Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-09T06:28:21.549Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-09T06:28:21.549Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-09T06:28:21.549Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:21.549Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:21.549Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924101548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:22.554Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-09T06:28:22.554Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-09T06:28:22.555Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:28:22.555Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:22.555Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:22.555Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924102554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:23.560Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-09T06:28:23.560Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-09T06:28:23.560Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-09T06:28:23.560Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:23.561Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:23.565Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924103560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:24.566Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-09T06:28:24.566Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-09T06:28:24.566Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:28:24.567Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:28:24.567Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:28:24.567Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924104566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:25.568Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:28:25.631Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:28:25.637Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:28:25.637Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T06:28:25.637Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T06:28:32.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:28:32.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:28:32.307Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:28:32.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:28:55.638Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:28:55.694Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:28:55.702Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:28:55.702Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T06:28:55.702Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T06:29:25.702Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:29:25.722Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:29:25.726Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:29:25.726Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T06:29:25.726Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T06:29:32.306Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:29:32.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.319Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.320Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.322Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.323Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.323Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.324Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.324Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.325Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.326Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.326Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.327Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.329Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.329Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.331Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.332Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.332Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.333Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.333Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924036064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924074628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924071613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924091476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924089267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924089935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924089151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:29:32.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924091587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924080895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.345Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924092875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.346Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924092185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.346Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924092896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924094384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924094230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.347Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924095949,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:29:32.367Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d24befc-9c09-401b-a5e2-235f2ba8751e
2023-02-09T06:29:32.367Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d24befc-9c09-401b-a5e2-235f2ba8751e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:29:32.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.382Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924095445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.383Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924096970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T06:29:32.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.383Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924096633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.384Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924096087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:29:32.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.384Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924097095,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:29:32.394Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d24befc-9c09-401b-a5e2-235f2ba8751e
2023-02-09T06:29:32.394Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d24befc-9c09-401b-a5e2-235f2ba8751e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:29:32.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.415Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924097902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924099542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924100545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.416Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924101548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924102554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924103560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.418Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924104566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:29:32.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.418Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924106546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:29:32.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:29:32.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-09T06:29:32.418Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924107550,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:29:32.444Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d24befc-9c09-401b-a5e2-235f2ba8751e
2023-02-09T06:29:32.444Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d24befc-9c09-401b-a5e2-235f2ba8751e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:29:55.726Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:29:55.755Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:29:55.760Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:29:55.760Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T06:29:55.760Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T06:29:55.760Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T06:29:55.761Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:29:55.761Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:29:55.761Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:29:55.761Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:29:55.761Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:29:55.778Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T06:30:25.778Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T06:30:25.795Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d24befc-9c09-401b-a5e2-235f2ba8751e and serviceModelVersionId: 624381a3-8ad6-4074-babb-f4afe807dcbe
2023-02-09T06:30:25.796Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 16ac3bc6-db48-447a-a323-9236ec0aa0e7
2023-02-09T06:30:25.799Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0
2023-02-09T06:30:25.814Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T06:30:25.909Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0|INFO|500||Invoke
2023-02-09T06:30:25.910Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d24befc-9c09-401b-a5e2-235f2ba8751e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c49c70e1-7e4b-4959-be3e-799481c37083], X-ECOMP-RequestID=[9d24befc-9c09-401b-a5e2-235f2ba8751e], X-TransactionId=[], X-ONAP-RequestID=[9d24befc-9c09-401b-a5e2-235f2ba8751e], Content-Type=[application/merge-patch+json]}
2023-02-09T06:30:25.918Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T06:30:26.419Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?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/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 06:30:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[493], vertex-id=[225488], x-aai-txid=[1-aai-resources-230209-06:30:25:457-87721], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T06:30:26.419Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-09T06:30:26.420Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/16ac3bc6-db48-447a-a323-9236ec0aa0e7/model-vers/model-ver/624381a3-8ad6-4074-babb-f4afe807dcbe?depth=0|INFO|500||InvokeReturn
2023-02-09T06:30:26.428Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T06:30:26.429Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:30:26.458Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T06:30:26.458Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d24befc-9c09-401b-a5e2-235f2ba8751e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T06:30:26.458Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T06:30:26.458Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:26.459Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:26.459Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924226458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T06:30:27.495Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:30:27.502Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-09T06:30:27.503Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ebf3469a-94e9-4a59-904c-ee26387e0119","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"808fef33-14f7-47c2-b9a4-4127220dd6a8","serviceDescription":"service","serviceInvariantUUID":"2a55d418-f958-4915-9140-1883a395fb45","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89aa56cc-92f4-456d-97f7-b36c58d3afbd","resourceInvariantUUID":"6371e07b-6126-4deb-8288-b53ff8aa44a5","resourceCustomizationUUID":"a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f","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":"NWZkNDU5ZWUwMmIxZmVlZjljZjAzYjlkMTQ5NDBlZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e09a3f6e-896c-4008-99e1-44e297480d5a","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":"OTZmOTRjMzA3MmJkNjdhZjlhZjczYmZkZDRiZjQ4NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"496da736-5c7f-42d4-bb78-ada314d2cd29","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":"e63a99cc-0fe8-4cda-a24c-073b8b647449","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":"82290620-a4cf-4848-8b79-5b5c9058fff1","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":"f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291","artifactVersion":"2","generatedFromUUID":"e63a99cc-0fe8-4cda-a24c-073b8b647449"},{"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":"MjdhZWZjNGNhM2VlNzI1NTAwYjAyMjMzODhhMWE0ZGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"301ae27a-8590-4e3b-97ee-ee09ce72d92f","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":"YjY2YjRlY2YwZGZkYWI2MGM4ZmYyZDg4NDhkOGQ3NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c178b16-1422-483c-9917-b34b4945fffa","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDZmMzU3MWUyYTFlYjQzNTkzODMwMmRiMzgxMmFjNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d2a3e1f-8607-4c7e-8765-5568effe723d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T06:30:27.506Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:27.506Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:27.506Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:27.506Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:28.507Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:28.508Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:28.508Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:28.508Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:29.511Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:29.511Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:29.511Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:29.512Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:30.512Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:30.513Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:30.513Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:30.513Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:31.518Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:31.518Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:31.518Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:31.518Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:32.305Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.315Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.315Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.315Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.315Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T06:30:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-09T06:30:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.326Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.326Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.326Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.326Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-09T06:30:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.331Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.331Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.331Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.332Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.332Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.332Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.332Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.333Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.333Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.333Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.333Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.334Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.334Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.334Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.334Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.335Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.335Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.335Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.336Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.336Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.336Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.336Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.337Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.337Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.337Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.337Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924092508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:30:32.338Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.338Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.338Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:30:32.338Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.339Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.339Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924108556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:30:32.339Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.340Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.340Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924097991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:30:32.340Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.340Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.341Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924110894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:30:32.341Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.341Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.341Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924128134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:30:32.342Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.342Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.342Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924129754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:30:32.343Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.343Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.343Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924127615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:30:32.344Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.344Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.344Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924127365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:30:32.344Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.345Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.345Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924129393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:30:32.345Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.346Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.346Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924130763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:30:32.346Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.346Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.347Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924131960,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:30:32.429Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebf3469a-94e9-4a59-904c-ee26387e0119
2023-02-09T06:30:32.429Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebf3469a-94e9-4a59-904c-ee26387e0119 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:30:32.507Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.507Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T06:30:32.507Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.507Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.508Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924131717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:30:32.508Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.508Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.508Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924132726,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:30:32.522Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:32.526Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:32.526Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:32.526Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:32.535Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebf3469a-94e9-4a59-904c-ee26387e0119
2023-02-09T06:30:32.535Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebf3469a-94e9-4a59-904c-ee26387e0119 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:30:32.590Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.590Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924145158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:30:32.590Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:30:32.591Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:30:32.591Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924146161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:30:32.651Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebf3469a-94e9-4a59-904c-ee26387e0119
2023-02-09T06:30:32.651Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebf3469a-94e9-4a59-904c-ee26387e0119 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:30:33.527Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:33.528Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:33.528Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:33.528Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:34.529Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:30:34.530Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:34.530Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:34.530Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:35.534Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "808fef33-14f7-47c2-b9a4-4127220dd6a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a55d418-f958-4915-9140-1883a395fb45",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "89aa56cc-92f4-456d-97f7-b36c58d3afbd",
      "resourceInvariantUUID": "6371e07b-6126-4deb-8288-b53ff8aa44a5",
      "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": "OTZmOTRjMzA3MmJkNjdhZjlhZjczYmZkZDRiZjQ4NGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "496da736-5c7f-42d4-bb78-ada314d2cd29",
          "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": "e63a99cc-0fe8-4cda-a24c-073b8b647449",
          "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": "f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291",
            "generatedFromUUID": "e63a99cc-0fe8-4cda-a24c-073b8b647449"
          },
          "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": "f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDZmMzU3MWUyYTFlYjQzNTkzODMwMmRiMzgxMmFjNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3d2a3e1f-8607-4c7e-8765-5568effe723d"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T06:30:35.535Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T06:30:35.535Z|9d24befc-9c09-401b-a5e2-235f2ba8751e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 808fef33-14f7-47c2-b9a4-4127220dd6a8 ASDC
2023-02-09T06:30:35.535Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ebf3469a-94e9-4a59-904c-ee26387e0119
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:808fef33-14f7-47c2-b9a4-4127220dd6a8
ServiceInvariantUUID:2a55d418-f958-4915-9140-1883a395fb45
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:3d2a3e1f-8607-4c7e-8765-5568effe723d
ArtifactChecksum:NDZmMzU3MWUyYTFlYjQzNTkzODMwMmRiMzgxMmFjNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f
ResourceInvariantUUID:6371e07b-6126-4deb-8288-b53ff8aa44a5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:89aa56cc-92f4-456d-97f7-b36c58d3afbd
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:496da736-5c7f-42d4-bb78-ada314d2cd29
ArtifactChecksum:OTZmOTRjMzA3MmJkNjdhZjlhZjczYmZkZDRiZjQ4NGQ=
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:e63a99cc-0fe8-4cda-a24c-073b8b647449
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:f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291
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:f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-09T06:30:35.535Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 808fef33-14f7-47c2-b9a4-4127220dd6a8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T06:30:35.694Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T06:30:35.695Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-09T06:30:35.695Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-09T06:30:35.695Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3d2a3e1f-8607-4c7e-8765-5568effe723d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-09T06:30:35.695Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:30:35.695Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-09T06:30:35.850Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:30:35.851Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3d2a3e1f-8607-4c7e-8765-5568effe723d 83006
2023-02-09T06:30:35.852Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-09T06:30:35.852Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-09T06:30:35.852Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:30:35.852Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:35.852Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:35.853Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924235851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:36.855Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T06:30:36.856Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-02-09T06:30:36.856Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3d2a3e1f-8607-4c7e-8765-5568effe723d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:36.856Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-09T06:30:36.862Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:36.862Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:37.124Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15977616435962009755/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-09T06:30:39.561Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T06:30:39.562Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-09T06:30:39.562Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.562Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-09T06:30:39.563Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.563Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.563Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.563Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.564Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.564Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.564Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-09T06:30:39.564Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-02-09T06:30:39.565Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.565Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:39.579Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:39.580Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-09T06:30:39.581Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T06:30:39.583Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.583Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:39.584Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:39.584Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-02-09T06:30:39.584Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T06:30:39.585Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.585Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:39.586Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.586Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-09T06:30:39.586Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-09T06:30:39.587Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-09T06:30:39.587Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-09T06:30:39.587Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-09T06:30:39.588Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-09T06:30:39.588Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.588Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T06:30:39.589Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.589Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:39.589Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:30:39.594Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.594Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:39.594Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:30:39.594Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.594Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:39.595Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:30:39.595Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.595Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-09T06:30:39.595Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-09T06:30:39.595Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-09T06:30:39.595Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80b74b65-fcf1-4e8c-89c1-c7a61bb23d3e
2023-02-09T06:30:39.596Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.596Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:39.596Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.596Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:39.596Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.597Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:39.597Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:39.597Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:39.597Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:808fef33-14f7-47c2-b9a4-4127220dd6a8
Model Version:NULL
Model InvariantUuid:2a55d418-f958-4915-9140-1883a395fb45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3eba7ca3-cccf-4c4b-9830-dcb4bc0fe236
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6371e07b-6126-4deb-8288-b53ff8aa44a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:662d4438-c18f-4fb9-8358-1ed0ac7982ff
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fffe89f9-2e33-4dd7-8ad3-ca32eb215457
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:80b74b65-fcf1-4e8c-89c1-c7a61bb23d3e
ModelInvariantUuid:eff6b517-f3d5-4efc-9266-1c05a1b62cb2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:68eb4410-4965-4e8e-b33e-17a1be7fcbdd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:50a063b7-d28f-42b2-8f4b-e6e3e95a1728
ModelInvariantUuid:b31cfc81-45ab-4ba6-9755-0e968163e4e9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f2f115c9-afff-4c00-b9f2-a68d0b43a773
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T06:30:39.632Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 89aa56cc-92f4-456d-97f7-b36c58d3afbd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:30:39.640Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2023-02-09T06:30:39.640Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89aa56cc-92f4-456d-97f7-b36c58d3afbd
2023-02-09T06:30:39.641Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 496da736-5c7f-42d4-bb78-ada314d2cd29 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-09T06:30:39.641Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:30:39.641Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-09T06:30:39.962Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:30:39.963Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 496da736-5c7f-42d4-bb78-ada314d2cd29 792
2023-02-09T06:30:39.963Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-09T06:30:39.964Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-09T06:30:39.964Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:30:39.964Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:39.965Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:39.965Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924239963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:40.966Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "662d4438-c18f-4fb9-8358-1ed0ac7982ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fffe89f9-2e33-4dd7-8ad3-ca32eb215457",
    "vfModuleModelCustomizationUUID": "be863ae2-41f5-4dbb-b75a-50b69d9d2934",
    "isBase": true,
    "artifacts": [
      "e63a99cc-0fe8-4cda-a24c-073b8b647449",
      "f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T06:30:40.972Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fffe89f9-2e33-4dd7-8ad3-ca32eb215457
VfModuleModelInvariantUUID:662d4438-c18f-4fb9-8358-1ed0ac7982ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
e63a99cc-0fe8-4cda-a24c-073b8b647449
,
f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T06:30:40.977Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "662d4438-c18f-4fb9-8358-1ed0ac7982ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fffe89f9-2e33-4dd7-8ad3-ca32eb215457",
    "vfModuleModelCustomizationUUID": "be863ae2-41f5-4dbb-b75a-50b69d9d2934",
    "isBase": true,
    "artifacts": [
      "e63a99cc-0fe8-4cda-a24c-073b8b647449",
      "f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-09T06:30:40.978Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fffe89f9-2e33-4dd7-8ad3-ca32eb215457
VfModuleModelInvariantUUID:662d4438-c18f-4fb9-8358-1ed0ac7982ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
e63a99cc-0fe8-4cda-a24c-073b8b647449
,
f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-09T06:30:40.978Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e63a99cc-0fe8-4cda-a24c-073b8b647449 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-09T06:30:40.978Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:30:40.978Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-09T06:30:41.419Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:30:41.419Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e63a99cc-0fe8-4cda-a24c-073b8b647449 5033
2023-02-09T06:30:41.419Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-09T06:30:41.420Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-09T06:30:41.420Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:30:41.420Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:41.420Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:41.420Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924241419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:42.421Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-09T06:30:42.423Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-02-09T06:30:42.423Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-09T06:30:42.701Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-02-09T06:30:42.702Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f3de4e7a-9ef2-4d5b-86d0-dc3d7634c291 903
2023-02-09T06:30:42.702Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-09T06:30:42.702Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-09T06:30:42.702Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:30:42.703Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:42.703Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:42.703Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924242702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:43.704Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 808fef33-14f7-47c2-b9a4-4127220dd6a8
2023-02-09T06:30:43.705Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 89aa56cc-92f4-456d-97f7-b36c58d3afbd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:30:43.782Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b917dd3, org.onap.sdc.toscaparser.api.parameters.Input@39e0690, org.onap.sdc.toscaparser.api.parameters.Input@3bf46c8, org.onap.sdc.toscaparser.api.parameters.Input@6859d764, org.onap.sdc.toscaparser.api.parameters.Input@48865059]
2023-02-09T06:30:43.784Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.784Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.784Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-02-09T06:30:43.786Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f
2023-02-09T06:30:43.788Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f matches Tosca VF Customization UUID: a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f
2023-02-09T06:30:43.789Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-09T06:30:43.812Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.812Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.813Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-09T06:30:43.814Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64ebe03c
2023-02-09T06:30:43.814Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.814Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-09T06:30:43.814Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be863ae2-41f5-4dbb-b75a-50b69d9d2934
2023-02-09T06:30:43.814Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be863ae2-41f5-4dbb-b75a-50b69d9d2934
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-09T06:30:43.831Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.831Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:43.831Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:30:43.832Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.832Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:43.832Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:30:43.832Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.832Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-09T06:30:43.833Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-09T06:30:43.833Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-09T06:30:43.833Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80b74b65-fcf1-4e8c-89c1-c7a61bb23d3e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-09T06:30:43.847Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.847Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:43.848Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-09T06:30:43.848Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.848Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-09T06:30:43.849Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a4c0d1a3-f7c8-4de4-b144-3ae9661c3d7f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:30:43.858Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.859Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.859Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 808fef33-14f7-47c2-b9a4-4127220dd6a8: basic_vm_macro
2023-02-09T06:30:43.859Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.859Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.859Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.860Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.860Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.860Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.860Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.860Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.861Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:30:43.861Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:30:43.861Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:30:44.355Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 89aa56cc-92f4-456d-97f7-b36c58d3afbd 1 ASDC deployResourceStructure
2023-02-09T06:30:44.356Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-09T06:30:44.356Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-09T06:30:44.356Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:30:44.356Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:44.356Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:44.357Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924244356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:45.358Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-09T06:30:45.358Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-09T06:30:45.358Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:30:45.358Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:45.359Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:45.359Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924245358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:46.360Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-09T06:30:46.360Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-09T06:30:46.360Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:30:46.361Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:46.361Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:46.361Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924246360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:47.362Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-09T06:30:47.362Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-09T06:30:47.363Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:30:47.363Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:30:47.363Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:30:47.363Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924247362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:30:48.365Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebf3469a-94e9-4a59-904c-ee26387e0119
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:30:48.408Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebf3469a-94e9-4a59-904c-ee26387e0119
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:30:48.413Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:30:48.414Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:30:48.436Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T06:31:18.437Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebf3469a-94e9-4a59-904c-ee26387e0119 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T06:31:19.421Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebf3469a-94e9-4a59-904c-ee26387e0119 and serviceModelVersionId: 808fef33-14f7-47c2-b9a4-4127220dd6a8
2023-02-09T06:31:19.422Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a55d418-f958-4915-9140-1883a395fb45
2023-02-09T06:31:19.423Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0
2023-02-09T06:31:19.432Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T06:31:19.519Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0|INFO|500||Invoke
2023-02-09T06:31:19.520Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebf3469a-94e9-4a59-904c-ee26387e0119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94ccaf79-14ad-4bec-ad9b-e860bd056ad2], X-ECOMP-RequestID=[ebf3469a-94e9-4a59-904c-ee26387e0119], X-TransactionId=[], X-ONAP-RequestID=[ebf3469a-94e9-4a59-904c-ee26387e0119], Content-Type=[application/merge-patch+json]}
2023-02-09T06:31:19.553Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T06:31:20.277Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?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/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 06:31:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[720], vertex-id=[463040], x-aai-txid=[2-aai-resources-230209-06:31:19:085-31370], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T06:31:20.278Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-09T06:31:20.278Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2a55d418-f958-4915-9140-1883a395fb45/model-vers/model-ver/808fef33-14f7-47c2-b9a4-4127220dd6a8?depth=0|INFO|500||InvokeReturn
2023-02-09T06:31:20.279Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T06:31:20.280Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:31:20.325Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-09T06:31:20.325Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebf3469a-94e9-4a59-904c-ee26387e0119 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T06:31:20.325Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T06:31:20.326Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:20.326Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:20.326Z|ebf3469a-94e9-4a59-904c-ee26387e0119|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924280325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T06:31:21.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:31:22.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-09T06:31:22.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4050fae2-8f82-4e19-8ed9-64abb3ffcfa0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"69c259af-461c-42b7-ae8c-3f7c25fade2e","serviceDescription":"service","serviceInvariantUUID":"4967d4e5-f085-4bd0-8c66-409f399195b9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ede02a56-42ed-4869-af60-8b39fc035cee","resourceInvariantUUID":"789d1df2-c7c2-4ec7-97fb-1992730a2c15","resourceCustomizationUUID":"31ed4e28-dd22-473e-a9de-6de32d11480f","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":"OGZjMjkzMWY4YzZmNjhkYjdmOTI1MmUyOTlmZDZjNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"518e591c-fab1-4d6c-8678-e25a537a948b","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":"9cb3b6ac-9e08-4af0-bc63-fee551e8659b","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":"8fa262c1-8504-4f55-b659-1a4b91a792ba","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":"ZDUzMWE3YWUwOGNmMmRjZWJiYjgzMTE1MDYzMzU2ZWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cc8ec539-171b-4bd2-85cf-693ecd587b21","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":"31d59caf-3b45-45dd-86a4-d8035df916e3","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":"a6f02a9d-5e8c-40ae-af41-6ed497480f84","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":"73418e4c-a87e-435a-94f8-f4e563b9364e","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":"YmFkNmM0MmMyODI5MTk4YWFiNWUxMjAzZWE0OGU2YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a05a6193-511c-47f4-b0f2-37a1fd57846b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2E2MTI4OGE0NWQyN2E5YTM1NGNjOWNiOGZkYTMwYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8dce8d52-b886-4f3b-8dcf-b95bcd96fc5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-09T06:31:22.183Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:22.184Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:22.184Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:22.184Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:23.186Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:23.186Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:23.186Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:23.187Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:24.188Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:24.189Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:24.189Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:24.189Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:25.193Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:25.193Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:25.193Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:25.193Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:26.194Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:26.195Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:26.195Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:26.195Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:27.196Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:27.196Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:27.197Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:27.197Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:28.198Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:28.198Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:28.198Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:28.199Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:29.202Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:29.203Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:29.203Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:29.203Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:30.204Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-09T06:31:30.205Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:30.206Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:30.206Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:31.210Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "69c259af-461c-42b7-ae8c-3f7c25fade2e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4967d4e5-f085-4bd0-8c66-409f399195b9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "31ed4e28-dd22-473e-a9de-6de32d11480f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ede02a56-42ed-4869-af60-8b39fc035cee",
      "resourceInvariantUUID": "789d1df2-c7c2-4ec7-97fb-1992730a2c15",
      "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": "Y2E2MTI4OGE0NWQyN2E5YTM1NGNjOWNiOGZkYTMwYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8dce8d52-b886-4f3b-8dcf-b95bcd96fc5c"
    }
  ],
  "workloadContext": "Production"
}
2023-02-09T06:31:31.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-09T06:31:31.211Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69c259af-461c-42b7-ae8c-3f7c25fade2e ASDC
2023-02-09T06:31:31.212Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:69c259af-461c-42b7-ae8c-3f7c25fade2e
ServiceInvariantUUID:4967d4e5-f085-4bd0-8c66-409f399195b9
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:8dce8d52-b886-4f3b-8dcf-b95bcd96fc5c
ArtifactChecksum:Y2E2MTI4OGE0NWQyN2E5YTM1NGNjOWNiOGZkYTMwYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:31ed4e28-dd22-473e-a9de-6de32d11480f
ResourceInvariantUUID:789d1df2-c7c2-4ec7-97fb-1992730a2c15
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:ede02a56-42ed-4869-af60-8b39fc035cee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-09T06:31:31.216Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69c259af-461c-42b7-ae8c-3f7c25fade2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:31:31.313Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T06:31:31.314Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-09T06:31:31.314Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-09T06:31:31.314Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8dce8d52-b886-4f3b-8dcf-b95bcd96fc5c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-09T06:31:31.315Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-09T06:31:31.315Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:31.623Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-09T06:31:31.624Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8dce8d52-b886-4f3b-8dcf-b95bcd96fc5c 111100
2023-02-09T06:31:31.625Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:31.625Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:31.625Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-09T06:31:31.625Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:31.625Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:31.625Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924291624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:32.305Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:32.308Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:31:32.308Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9d24befc-9c09-401b-a5e2-235f2ba8751e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924226458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T06:31:32.309Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:31:32.309Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:31:32.309Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:31:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:31:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:31:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:31:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-09T06:31:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:31:32.627Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-09T06:31:32.628Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-09T06:31:32.628Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8dce8d52-b886-4f3b-8dcf-b95bcd96fc5c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-09T06:31:32.629Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-09T06:31:32.629Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-09T06:31:32.629Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-09T06:31:32.813Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17515538661497591128/Definitions/service-TestPnfMacro-template.yml
2023-02-09T06:31:34.043Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-09T06:31:34.044Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-09T06:31:34.044Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-09T06:31:34.044Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-09T06:31:34.044Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.044Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.044Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.045Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.045Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.045Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.045Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.045Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-09T06:31:34.045Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.046Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.046Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-09T06:31:34.046Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-09T06:31:34.047Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T06:31:34.047Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.047Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.047Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-09T06:31:34.053Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-09T06:31:34.053Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-09T06:31:34.053Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.054Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.054Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.054Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.054Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.054Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.055Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.055Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.055Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.055Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.055Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:69c259af-461c-42b7-ae8c-3f7c25fade2e
Model Version:NULL
Model InvariantUuid:4967d4e5-f085-4bd0-8c66-409f399195b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-09T06:31:34.069Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: ede02a56-42ed-4869-af60-8b39fc035cee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:31:34.076Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||test-pnf 0
2023-02-09T06:31:34.076Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ede02a56-42ed-4869-af60-8b39fc035cee
2023-02-09T06:31:34.076Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 69c259af-461c-42b7-ae8c-3f7c25fade2e
2023-02-09T06:31:34.076Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 69c259af-461c-42b7-ae8c-3f7c25fade2e
2023-02-09T06:31:34.076Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ede02a56-42ed-4869-af60-8b39fc035cee ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-09T06:31:34.086Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f0bff, org.onap.sdc.toscaparser.api.parameters.Input@6f58a66e, org.onap.sdc.toscaparser.api.parameters.Input@52018d5b, org.onap.sdc.toscaparser.api.parameters.Input@643fc450, org.onap.sdc.toscaparser.api.parameters.Input@18d33bdb]
2023-02-09T06:31:34.086Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.087Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.087Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 69c259af-461c-42b7-ae8c-3f7c25fade2e: test-pnf
2023-02-09T06:31:34.087Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Processing PNF resource: ede02a56-42ed-4869-af60-8b39fc035cee
2023-02-09T06:31:34.087Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-09T06:31:34.087Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-09T06:31:34.088Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Resource customization UUID: 31ed4e28-dd22-473e-a9de-6de32d11480f is the same as notified resource customizationUUID: 31ed4e28-dd22-473e-a9de-6de32d11480f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-09T06:31:34.234Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ede02a56-42ed-4869-af60-8b39fc035cee 0 ASDC deployResourceStructure
2023-02-09T06:31:34.234Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.234Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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
2023-02-09T06:31:34.235Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-09T06:31:34.235Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:31:34.235Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:31:34.235Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924294234,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:31:35.237Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:31:35.261Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:31:35.270Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:31:35.270Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T06:31:35.271Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T06:32:05.274Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:32:05.400Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:32:05.412Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:32:05.412Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T06:32:05.413Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T06:32:32.306Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:32:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924227495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924235851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924239963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924241419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:32:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924242702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924244356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924245358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.315Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924246360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-09T06:32:32.315Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924247362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ebf3469a-94e9-4a59-904c-ee26387e0119",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924280325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.320Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.321Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.322Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.323Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.324Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.324Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.324Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.324Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.324Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.324Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.324Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.325Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.326Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924281390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.327Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924250769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675924253993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.328Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924291624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:32:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.329Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675924294106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:32:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:32:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:32:32.330Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:32:35.413Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:32:35.461Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:32:35.467Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:32:35.468Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T06:32:35.468Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T06:33:05.468Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:33:05.503Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:33:05.509Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:33:05.509Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-09T06:33:05.510Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-09T06:33:32.305Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:33:32.308Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.308Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924284628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:33:32.309Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.309Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:33:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924294205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:33:32.310Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924294234,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:33:32.311Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:33:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-09T06:33:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924290894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-09T06:33:32.313Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924301057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924303451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "aai-model-loader",
  "timestamp": 1675924304455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:33:32.344Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
2023-02-09T06:33:32.344Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:33:32.386Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.386Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924304523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-09T06:33:32.386Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:33:32.386Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:33:32.386Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675924305528,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-09T06:33:32.460Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
2023-02-09T06:33:32.460Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-09T06:33:35.512Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:33:35.606Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-09T06:33:35.611Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-09T06:33:35.613Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-09T06:33:35.613Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-09T06:33:35.613Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-09T06:33:35.614Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:33:35.614Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:33:35.614Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-09T06:33:35.615Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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=?
2023-02-09T06:33:35.634Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-09T06:34:05.635Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-09T06:34:05.645Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0 and serviceModelVersionId: 69c259af-461c-42b7-ae8c-3f7c25fade2e
2023-02-09T06:34:05.646Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4967d4e5-f085-4bd0-8c66-409f399195b9
2023-02-09T06:34:05.647Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4967d4e5-f085-4bd0-8c66-409f399195b9/model-vers/model-ver/69c259af-461c-42b7-ae8c-3f7c25fade2e?depth=0
2023-02-09T06:34:05.664Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-09T06:34:05.739Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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/4967d4e5-f085-4bd0-8c66-409f399195b9/model-vers/model-ver/69c259af-461c-42b7-ae8c-3f7c25fade2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-09T06:34:05.741Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4967d4e5-f085-4bd0-8c66-409f399195b9/model-vers/model-ver/69c259af-461c-42b7-ae8c-3f7c25fade2e?depth=0|INFO|500||Invoke
2023-02-09T06:34:05.753Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4967d4e5-f085-4bd0-8c66-409f399195b9/model-vers/model-ver/69c259af-461c-42b7-ae8c-3f7c25fade2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-09T06:34:06.260Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4967d4e5-f085-4bd0-8c66-409f399195b9/model-vers/model-ver/69c259af-461c-42b7-ae8c-3f7c25fade2e?depth=0|INFO|500||InvokeReturn
2023-02-09T06:34:06.270Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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/4967d4e5-f085-4bd0-8c66-409f399195b9/model-vers/model-ver/69c259af-461c-42b7-ae8c-3f7c25fade2e?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 06:34:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[499], vertex-id=[487616], x-aai-txid=[2-aai-resources-230209-06:34:05:274-48779], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-09T06:34:06.271Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-09T06:34:06.271Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-09T06:34:06.287Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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=?
2023-02-09T06:34:06.325Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|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)
2023-02-09T06:34:06.326Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4050fae2-8f82-4e19-8ed9-64abb3ffcfa0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-09T06:34:06.326Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-09T06:34:06.326Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-09T06:34:06.327Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-09T06:34:06.327Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924446326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-09T06:34:07.350Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:34:32.305Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:34:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-09T06:34:32.316Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4050fae2-8f82-4e19-8ed9-64abb3ffcfa0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675924446326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-09T06:34:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-09T06:35:07.351Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:35:32.305Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:36:07.353Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:36:32.307Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:37:07.354Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:37:32.308Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:38:07.356Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:38:32.309Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:39:07.358Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:39:32.312Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:40:07.361Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:40:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:41:07.362Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:41:32.314Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:42:07.364Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:42:32.315Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:43:07.365Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:43:32.317Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:44:07.367Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:44:32.318Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:45:07.369Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:45:32.319Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:46:07.370Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:46:32.326Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:47:07.373Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:47:32.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:48:07.376Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:48:32.329Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:49:07.378Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:49:32.330Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:50:07.379Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:50:32.331Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:51:07.381Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:51:32.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:52:07.386Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:52:32.335Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:53:07.387Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:53:32.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:54:07.387Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:54:32.342Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:55:07.388Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:55:32.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:56:07.389Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:56:32.345Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:57:07.391Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:57:32.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:58:07.394Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:58:32.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T06:59:07.396Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T06:59:32.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:00:07.398Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:00:32.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:01:07.398Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:01:32.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:02:07.400Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:02:32.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:03:07.401Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:03:32.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:04:07.402Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:04:32.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:05:07.404Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:05:32.356Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:06:07.406Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:06:32.356Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:07:07.407Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:07:32.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:08:07.409Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:08:32.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:09:07.410Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:09:32.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:10:07.412Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:10:32.361Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:11:07.413Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:11:32.362Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:12:07.414Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:12:32.362Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:13:07.414Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:13:32.364Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:14:07.416Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:14:32.365Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:15:07.417Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:15:32.366Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:16:07.418Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:16:32.367Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:17:07.420Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:17:32.368Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:18:07.420Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:18:32.370Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:19:07.422Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:19:32.372Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:20:07.423Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:20:32.372Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:21:07.424Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:21:32.376Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:22:07.424Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:22:32.378Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:23:07.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:23:32.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:24:07.426Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:24:32.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:25:07.426Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:25:32.380Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:26:07.428Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:26:32.383Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:27:07.429Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:27:32.385Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:28:07.430Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:28:32.387Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:29:07.434Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:29:32.389Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:30:07.435Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:30:32.391Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:31:07.438Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:31:32.393Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:32:07.442Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:32:32.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:33:07.444Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:33:32.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:34:07.445Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:34:32.398Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:35:07.446Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:35:32.400Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:36:07.446Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:36:32.407Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:37:07.448Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:37:32.408Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:38:07.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:38:32.408Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:39:07.450Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:39:32.410Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:40:07.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:40:32.411Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:41:07.452Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:41:32.414Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:42:07.454Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:42:32.415Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:43:07.456Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:43:32.417Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:44:07.458Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:44:32.418Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:45:07.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:45:32.419Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:46:07.461Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:46:32.421Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:47:07.463Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:47:32.421Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:48:07.465Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:48:32.422Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:49:07.466Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:49:32.423Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:50:07.467Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:50:32.426Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:51:07.468Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:51:32.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:52:07.468Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:52:32.430Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:53:07.478Z|308ce64f-3df3-4aa4-a45b-591b1eebbc16|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:53:32.430Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:54:07.480Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:54:32.432Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:55:07.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:55:32.433Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:56:07.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:56:32.436Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:57:07.484Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:57:32.437Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:58:07.485Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:58:32.437Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T07:59:07.487Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T07:59:32.442Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:00:07.489Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:00:32.443Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:01:07.489Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:01:32.446Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:02:07.491Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:02:32.452Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:03:07.497Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:03:32.454Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:04:07.498Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:04:32.454Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:05:07.501Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:05:32.455Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:06:07.503Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:06:32.458Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:07:07.505Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:07:32.459Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:08:07.511Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:08:32.462Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:09:07.517Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:09:32.463Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:10:07.519Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:10:32.465Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:11:07.520Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:11:32.466Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:12:07.522Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:12:32.466Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:13:07.525Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:13:32.467Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:14:07.527Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:14:32.468Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:15:07.528Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:15:32.470Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:16:07.530Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:16:32.471Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:17:07.532Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:17:32.471Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:18:07.532Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:18:32.472Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:19:07.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:19:32.478Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:20:07.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:20:32.479Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:21:07.537Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:21:32.480Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:22:07.538Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:22:32.481Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:23:07.539Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:23:32.482Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:24:07.543Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:24:32.482Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:25:07.545Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:25:32.483Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:26:07.546Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:26:32.484Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:27:07.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:27:32.484Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:28:07.551Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:28:32.486Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:29:07.553Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:29:32.487Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:30:07.554Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:30:32.489Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:31:07.555Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:31:32.491Z|5040fa9e-4b7b-4727-ac93-29577f90fea7|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:32:07.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:32:32.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:33:07.563Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:33:32.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:34:07.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:34:32.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:35:07.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:35:32.506Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:36:07.569Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:36:32.508Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:37:07.572Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:37:32.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:38:07.572Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:38:32.513Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:39:07.574Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:39:32.514Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:40:07.574Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:40:32.514Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:41:07.576Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:41:32.516Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:42:07.576Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:42:32.517Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:43:07.578Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:43:32.522Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:44:07.580Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:44:32.523Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:45:07.581Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:45:32.524Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:46:07.583Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:46:32.525Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:47:07.585Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:47:32.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:48:07.585Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:48:32.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:49:07.587Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:49:32.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:50:07.592Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:50:32.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:51:07.592Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:51:32.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:52:07.594Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:52:32.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:53:07.595Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:53:32.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:54:07.596Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:54:32.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:55:07.598Z|4050fae2-8f82-4e19-8ed9-64abb3ffcfa0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:55:32.546Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:56:07.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:56:32.550Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:57:07.602Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:57:32.551Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:58:07.604Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:58:32.552Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T08:59:07.606Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T08:59:32.552Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T09:00:07.607Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T09:00:32.552Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T09:01:07.608Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T09:01:32.554Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T09:02:07.610Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-09T09:02:32.555Z|fdb8fdac-d88e-46f5-952c-008f20db1d94|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-09T09:03:07.610Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO