Results

By type

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

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

2023-03-14T00:13:53.715Z||main|||||INFO|500||The following profiles are active: basic
2023-03-14T00:14:22.579Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-14T00:14:22.581Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-14T00:14:22.824Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-14T00:14:28.012Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-14T00:14:28.741Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-14T00:14:30.069Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-14T00:14:30.826Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-14T00:14:32.115Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-14T00:14:36.860Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-14T00:14:38.285Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-03-14T00:14:44.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-14T00:14:44.771Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-14T00:14:44.851Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-14T00:14:44.894Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-14T00:14:46.213Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-14T00:14:47.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-14T00:14:50.163Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-14T00:14:51.516Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-14T00:14:51.517Z||main|||||ERROR|500||(conn=876) Table 'catalogdb.activity_spec' doesn't exist
2023-03-14T00:14:51.542Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-03-14T00:14:59.991Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-03-14T00:15:06.299Z||main|||||WARN|500||---
2023-03-14T00:15:06.300Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-14T00:15:06.300Z||main|||||WARN|500||---
2023-03-14T00:15:07.061Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-14T00:15:18.490Z||main|||||INFO|500||Started Application in 96.475 seconds (JVM running for 104.523)
2023-03-14T00:15:18.545Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:15:18.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:15:18.562Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:15:18.805Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bc3e7293-be40-41b1-87d3-215aa88a0fb3 url= /sdc/v1/artifactTypes
2023-03-14T00:15:18.818Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:15:19.433Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-14T00:15:19.437Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33ab9db2
2023-03-14T00:15:19.451Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-14T00:15:19.537Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-14T00:15:19.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-14T00:15:19.640Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$5d9eb26d.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2023-03-14T00:16:08.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:16:08.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:16:08.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:16:08.494Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c88a1611-4eb1-418f-beb5-db1e821ffd76 url= /sdc/v1/artifactTypes
2023-03-14T00:16:08.495Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:16:08.575Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-14T00:16:08.579Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e6326c2
2023-03-14T00:16:08.580Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-14T00:16:08.580Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-14T00:16:08.582Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-14T00:16:08.602Z||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$$5d9eb26d.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2023-03-14T00:16:58.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:16:58.467Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:16:58.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:16:58.474Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 258e4254-5a4c-4e40-92c6-fb211e2de3fe url= /sdc/v1/artifactTypes
2023-03-14T00:16:58.475Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:16:58.489Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-14T00:16:58.490Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d68b0b9
2023-03-14T00:16:58.491Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-14T00:16:58.492Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-14T00:16:58.492Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-14T00:16:58.493Z||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$$5d9eb26d.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2023-03-14T00:17:48.468Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-14T00:17:48.471Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-14T00:17:48.471Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-14T00:17:48.491Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4ded8b2e-9513-48e0-81b5-3fbc5fcb0870 url= /sdc/v1/artifactTypes
2023-03-14T00:17:48.492Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-14T00:17:48.906Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-14T00:17:48.961Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-03-14T00:17:48.962Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-14T00:17:48.963Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c7a2a2e2-3066-49fb-90ff-f5fbdcf747ba url= /sdc/v1/distributionKafkaData
2023-03-14T00:17:48.964Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-14T00:17:49.090Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-14T00:17:49.125Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@27fb985b
2023-03-14T00:17:49.306Z||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-50e61ffa-3125-4b01-97ac-c061e7061869
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

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

2023-03-14T00:17:50.554Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-14T00:17:50.554Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-14T00:17:50.555Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678753070553
2023-03-14T00:17:50.561Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:17:50.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:17:50.581Z||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-557e1e1d-12b5-4436-852c-69dd49da38c0
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-14T00:17:50.653Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-14T00:17:50.654Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-14T00:17:50.654Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678753070653
2023-03-14T00:17:50.655Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:17:50.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:17:50.671Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-14T00:17:52.506Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.508Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Cluster ID: dm5JVeUITimFMokT0hn_Bg
2023-03-14T00:17:52.512Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.513Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.513Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.513Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 0hhpjOATQO-TlKNlmQQkSg
2023-03-14T00:17:52.518Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Cluster ID: dm5JVeUITimFMokT0hn_Bg
2023-03-14T00:17:52.511Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-14T00:17:52.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:52.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Cluster ID: dm5JVeUITimFMokT0hn_Bg
2023-03-14T00:17:52.530Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-14T00:17:52.584Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] (Re-)joining group
2023-03-14T00:17:52.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] (Re-)joining group
2023-03-14T00:17:52.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] ProducerId set to 2000 with epoch 0
2023-03-14T00:17:52.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c
2023-03-14T00:17:52.756Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-14T00:17:52.756Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] (Re-)joining group
2023-03-14T00:17:52.760Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905
2023-03-14T00:17:52.761Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-14T00:17:52.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] (Re-)joining group
2023-03-14T00:17:58.765Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c', protocol='range'}
2023-03-14T00:17:58.771Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905', protocol='range'}
2023-03-14T00:17:59.016Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T00:17:59.037Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c=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]), SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-14T00:17:59.140Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0-73b880ba-1a58-4867-9612-5bfe113c2905', protocol='range'}
2023-03-14T00:17:59.141Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-14T00:17:59.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f-5ac91f34-09cf-43fc-8df5-e41cd563591c', protocol='range'}
2023-03-14T00:17:59.187Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-14T00:17:59.199Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-14T00:17:59.198Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-14T00:17:59.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-14T00:17:59.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-14T00:17:59.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-14T00:17:59.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-14T00:17:59.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-14T00:17:59.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-14T00:17:59.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-14T00:17:59.263Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-14T00:17:59.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-14T00:17:59.267Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-14T00:17:59.268Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-14T00:17:59.290Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-14T00:17:59.362Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-03-14T00:17:59.369Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-03-14T00:17:59.603Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-03-14T00:17:59.605Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-03-14T00:17:59.627Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-03-14T00:17:59.627Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, 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-03-14T00:17:59.668Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-14T00:17:59.669Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-14T00:17:59.675Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-14T00:17:59.676Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-14T00:17:59.704Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-14T00:17:59.704Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-14T00:18:50.586Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:18:50.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:19:50.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:19:50.664Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:20:50.590Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:20:50.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:21:50.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:21:50.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:22:50.600Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:22:50.671Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:23:42.379Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-14T00:23:50.602Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:23:50.671Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:24:50.605Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:24:50.674Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:25:50.607Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:25:50.675Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:26:50.609Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:26:50.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:26:52.614Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5142961d-fcc0-469a-ac82-49b5c9c9b45f, groupId=so] Node -1 disconnected.
2023-03-14T00:26:52.656Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-557e1e1d-12b5-4436-852c-69dd49da38c0, groupId=so] Node -1 disconnected.
2023-03-14T00:26:52.781Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Node -1 disconnected.
2023-03-14T00:27:50.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:27:50.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:28:50.613Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:28:50.697Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:29:50.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:29:50.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:30:50.618Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:30:50.701Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:31:50.625Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:31:50.703Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:32:50.627Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:32:50.705Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:33:50.629Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:33:50.707Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:34:50.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:34:50.709Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:35:50.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:35:50.711Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:36:50.637Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:36:50.713Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:37:50.639Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:37:50.715Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:38:50.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:38:50.718Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:39:50.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:39:50.721Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:40:50.647Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:40:50.724Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:41:50.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:41:50.725Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:42:50.654Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:42:50.732Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:43:50.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:43:50.733Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:44:50.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:44:50.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:45:50.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:45:50.738Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:46:50.673Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:46:50.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:47:50.678Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:47:50.742Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:48:50.680Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:48:50.749Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:49:50.681Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:49:50.751Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:50:50.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:50:50.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:51:50.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:51:50.756Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:52:50.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:52:50.758Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:53:50.690Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:53:50.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:54:50.692Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:54:50.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:55:50.694Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:55:50.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:56:50.708Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:56:50.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:57:50.711Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:57:50.765Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:58:50.718Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:58:50.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T00:59:50.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T00:59:50.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:00:50.729Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:00:50.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:01:50.731Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:01:50.770Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:02:50.733Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:02:50.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:03:50.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:03:50.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:04:50.738Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:04:50.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:05:50.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:05:50.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:06:50.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:06:50.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:07:50.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:07:50.781Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:08:50.749Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:08:50.791Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:09:50.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:09:50.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:10:50.755Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:10:50.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:11:50.757Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:11:50.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:12:50.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:12:50.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:13:50.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:13:50.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:14:50.766Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:14:50.802Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:15:50.767Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:15:50.804Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:16:50.768Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:16:50.805Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:17:50.769Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:17:50.808Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:18:50.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:18:50.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:19:50.774Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:19:50.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:20:50.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:20:50.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:21:50.779Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:21:50.815Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:22:50.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:22:50.817Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:23:50.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:23:50.819Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:24:50.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:24:50.820Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:25:50.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:25:50.822Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:26:50.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:26:50.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:27:50.792Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:27:50.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:28:50.793Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:28:50.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:29:50.794Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:29:50.826Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:30:50.796Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:30:50.828Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:31:50.798Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:31:50.830Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:32:50.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:32:50.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:33:50.800Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:33:50.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:34:50.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:34:50.835Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:35:50.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:35:50.836Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:36:50.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:36:50.837Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:37:50.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:37:50.838Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:38:50.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:38:50.840Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:39:50.819Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:39:50.842Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:40:50.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:40:50.844Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:41:50.824Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:41:50.847Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:42:50.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:42:50.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:43:50.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:43:50.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:44:50.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:44:50.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:45:50.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:45:50.856Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:46:50.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:46:50.858Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:47:50.842Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:47:50.861Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:48:50.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:48:50.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:49:50.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:49:50.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:50:50.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:50:50.864Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:51:50.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:51:50.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:52:50.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:52:50.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:53:50.865Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:53:50.869Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:54:50.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:54:50.870Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:55:50.868Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:55:50.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:56:50.870Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:56:50.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:57:50.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:57:50.873Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:58:50.874Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:58:50.875Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T01:59:50.876Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T01:59:50.876Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:00:50.878Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:00:50.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:01:50.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:01:50.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:02:50.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:02:50.899Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:03:50.884Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:03:50.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:04:50.886Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:04:50.904Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:05:50.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:05:50.906Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:06:50.890Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:06:50.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:07:50.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:07:50.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:08:50.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:08:50.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:09:50.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:09:50.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:10:50.895Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:10:50.924Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:11:50.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:11:50.926Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:12:50.901Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:12:50.928Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:13:50.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:13:50.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:14:50.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:14:50.932Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:15:50.910Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:15:50.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:16:50.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:16:50.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:17:50.917Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:17:50.935Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:18:50.919Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:18:50.937Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:19:50.921Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:19:50.941Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:20:50.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:20:50.943Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:21:50.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:21:50.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:22:50.938Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:22:50.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:23:50.939Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:23:50.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:24:50.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:24:50.948Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:25:50.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:25:50.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:26:50.945Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:26:50.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:27:50.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:27:50.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:28:50.948Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:28:50.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:29:50.951Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:29:50.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:30:50.952Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:30:50.964Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:31:50.953Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:31:50.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:32:50.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:32:50.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:33:50.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:33:50.967Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:34:50.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:34:50.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:35:50.963Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:35:50.973Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:36:50.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:36:50.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:37:50.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:37:50.978Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:38:50.966Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:38:50.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:39:50.968Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:39:50.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:40:50.970Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:40:50.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:41:50.972Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:41:50.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:42:50.974Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:42:50.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:43:50.986Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:43:50.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:44:50.988Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:44:50.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:45:50.991Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:45:50.992Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:46:51.000Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:46:51.003Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:47:51.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:47:51.005Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:48:51.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:48:51.006Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:49:51.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:49:51.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:50:51.006Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:50:51.009Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:51:51.009Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:51:51.010Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:52:51.011Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:52:51.013Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:53:51.013Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:53:51.012Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:54:51.014Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:54:51.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:55:51.015Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:55:51.016Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:56:51.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:56:51.017Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:57:51.017Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:57:51.018Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:58:51.019Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T02:58:51.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:59:51.021Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T02:59:51.022Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:00:51.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:00:51.024Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:01:51.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:01:51.025Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:02:51.026Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:02:51.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:03:51.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:03:51.030Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:04:51.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:04:51.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:05:51.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:05:51.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:06:51.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:06:51.033Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:07:51.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:07:51.035Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:08:51.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:08:51.037Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:09:51.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:09:51.038Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:10:51.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:10:51.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:11:51.041Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:11:51.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:12:51.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:12:51.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:13:51.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:13:51.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:14:51.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:14:51.046Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:15:51.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:15:51.050Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:16:51.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:16:51.052Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:17:51.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:17:51.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:18:51.053Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:18:51.055Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:19:51.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:19:51.056Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:20:51.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:20:51.056Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:21:51.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:21:51.057Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:22:51.057Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:22:51.057Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:23:51.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:23:51.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:24:51.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:24:51.060Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:25:51.061Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:25:51.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:26:51.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:26:51.063Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:27:51.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:27:51.065Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:28:51.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:28:51.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:29:51.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:29:51.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:30:51.069Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:30:51.070Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:31:51.070Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:31:51.071Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:32:51.072Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:32:51.073Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:33:51.074Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:33:51.075Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:34:51.075Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:34:51.075Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:35:51.077Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:35:51.076Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:36:51.078Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:36:51.081Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:37:51.080Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:37:51.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:38:51.082Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:38:51.083Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:39:51.084Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:39:51.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:40:51.087Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:40:51.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:41:51.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:41:51.090Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:42:51.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:42:51.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:43:51.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:43:51.093Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:44:51.093Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:44:51.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:45:51.095Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:45:51.096Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:46:51.096Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:46:51.097Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:47:51.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:47:51.098Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:48:51.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:48:51.102Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:49:51.104Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:49:51.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:50:51.106Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:50:51.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:51:51.107Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:51:51.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:52:51.109Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:52:51.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:53:51.110Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:53:51.116Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:54:51.112Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:54:51.118Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:55:51.114Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:55:51.119Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:56:51.115Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:56:51.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:57:51.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:57:51.123Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:58:51.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T03:58:51.125Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:59:51.126Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T03:59:51.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:00:51.127Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:00:51.131Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:01:51.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:01:51.133Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:02:51.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:02:51.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:03:51.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:03:51.134Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:04:51.135Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:04:51.135Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:05:51.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:05:51.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:06:51.140Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:06:51.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:07:51.142Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:07:51.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:08:51.143Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:08:51.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:09:51.144Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:09:51.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:10:51.145Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:10:51.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:11:51.146Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:11:51.148Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:12:51.149Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:12:51.149Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:13:51.150Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:13:51.152Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:14:51.152Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:14:51.157Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:15:51.154Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:15:51.158Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:16:51.156Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:16:51.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:17:51.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:17:51.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:18:51.158Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:18:51.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:19:51.159Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:19:51.161Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:20:51.163Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:20:51.165Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:21:51.165Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:21:51.168Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:22:51.169Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:22:51.169Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:23:51.172Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:23:51.173Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:24:51.173Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:24:51.174Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:25:51.176Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:25:51.175Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:26:51.177Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:26:51.178Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:27:51.177Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:27:51.180Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:28:51.179Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:28:51.181Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:29:51.180Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:29:51.182Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:30:51.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:30:51.183Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:31:51.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:31:51.185Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:32:51.184Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:32:51.186Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:33:51.185Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:33:51.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:34:51.187Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:34:51.187Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:35:51.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:35:51.189Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:36:51.190Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:36:51.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:37:51.191Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:37:51.191Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:38:51.193Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:38:51.194Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:39:51.196Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:39:51.197Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:40:51.200Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:40:51.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:41:51.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:41:51.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:42:51.203Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:42:51.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:43:51.204Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:43:51.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:44:51.204Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:44:51.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:45:51.207Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:45:51.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:46:51.209Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:46:51.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:47:51.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:47:51.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:48:51.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:48:51.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:49:51.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:49:51.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:50:51.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:50:51.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:51:51.220Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:51:51.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:52:51.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:52:51.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:53:51.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:53:51.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:54:51.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:54:51.226Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:55:51.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:55:51.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:56:51.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:56:51.228Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:57:51.228Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:57:51.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:58:51.229Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T04:58:51.230Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:59:51.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T04:59:51.233Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:00:51.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:00:51.235Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:01:51.235Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:01:51.237Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:02:51.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:02:51.238Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:03:51.239Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:03:51.238Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:04:51.242Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:04:51.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:05:51.243Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:05:51.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:06:51.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:06:51.251Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:07:51.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:07:51.253Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:08:51.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:08:51.254Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:09:51.251Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:09:51.254Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:10:51.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:10:51.256Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:11:51.254Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:11:51.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:12:51.256Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:12:51.258Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:13:51.261Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:13:51.261Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:14:51.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:14:51.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:15:51.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:15:51.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:16:51.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:16:51.267Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:17:51.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:17:51.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:18:51.270Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:18:51.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:19:51.272Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:19:51.275Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:20:51.276Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:20:51.276Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:21:51.278Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:21:51.280Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:22:51.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:22:51.282Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:23:51.283Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:23:51.310Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:24:51.286Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:24:51.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:25:51.288Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:25:51.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:26:51.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:26:51.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:27:51.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:27:51.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:28:51.298Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:28:51.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:29:51.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:29:51.336Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:30:51.304Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:30:51.337Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:31:51.306Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:31:51.339Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:32:51.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:32:51.340Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:33:51.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:33:51.341Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:34:51.313Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:34:51.341Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:35:51.314Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:35:51.343Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:36:51.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:36:51.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:37:51.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:37:51.347Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:38:51.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:38:51.350Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:39:51.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:39:51.353Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:40:51.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:40:51.364Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:41:51.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:41:51.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:42:51.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:42:51.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:43:51.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:43:51.373Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:44:51.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:44:51.375Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:45:51.336Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:45:51.376Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:46:51.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:46:51.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:47:51.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:47:51.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:48:51.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:48:51.380Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:49:51.343Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:49:51.381Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:50:51.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:50:51.388Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:51:51.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:51:51.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:52:51.348Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:52:51.399Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:53:51.349Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:53:51.407Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:54:51.361Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:54:51.408Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:55:51.361Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:55:51.410Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:56:51.364Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:56:51.412Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:57:51.368Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:57:51.415Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:58:51.369Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:58:51.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T05:59:51.371Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T05:59:51.418Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:00:51.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:00:51.423Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:32.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-14T06:01:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:01:32.807Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c0b25e1d-6299-42a2-9c96-d160975f8044","serviceName":"vFW 2023-03-14 05-59-06","serviceVersion":"1.0","serviceUUID":"fbb83ded-1508-4d82-a8c7-f77b79726596","serviceDescription":"catalog service description","serviceInvariantUUID":"b4015b56-50eb-4671-bbc9-e4df00ac096a","resources":[{"resourceInstanceName":"vFW e8c55bfa-5d7d 0","resourceName":"vFW e8c55bfa-5d7d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"735206d4-49b3-4f1d-b1f9-85892862457e","resourceInvariantUUID":"62662cec-8e0f-4083-92a9-48be044b5c39","resourceCustomizationUUID":"087f950e-c828-43c0-aa8c-44e55e9d1e54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml","artifactChecksum":"MDFjODJjN2QzYjQ1MDMyZmU2M2JlYTIzMGE4MTdjM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98b9b4-69b9-4089-8442-f5af818941b3","artifactVersion":"1"},{"artifactName":"vfwe8c55bfa5d7d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json","artifactChecksum":"OGM2YjQ4MTlkMzVhZGEyM2RkYTU5OTc4ZTI3MGE2OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3157d338-738e-4551-8d5e-322399b603e1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e845993c-9ea6-47cb-819f-f3f176fa738c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTNkN2M0YzI5Y2RjYmE1MDg4Yzk0OGJjYTE0YTc0OTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e84f1fa-77f4-4e77-8d57-4a29309e4662","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c805b16e-3149-4975-84e3-4e900c7e8ab4","artifactVersion":"2","generatedFromUUID":"e845993c-9ea6-47cb-819f-f3f176fa738c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230314055906-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml","artifactChecksum":"MTU1MTFhYTM5ZjE4ZjY1NWE4ODZmMjE2ZmRjZGUwZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0f948e6-e783-4f44-9034-6a652d943849","artifactVersion":"1"},{"artifactName":"service-Vfw20230314055906-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar","artifactChecksum":"OTNkNTU5MDBjOTllZmYzOTJkN2Y5YTVlMzcxYzhmZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec50c7e1-95e9-4f68-9637-28aa6db74ae0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:01:32.807Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773686736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:01:32.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:32.889Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:01:32.903Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:32.903Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:32.904Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:32.946Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.946Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.947Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.947Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.947Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:32.948Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:01:34.079Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:34.080Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:34.080Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:34.080Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:35.091Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:35.092Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:35.093Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:35.094Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:36.113Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:36.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:36.114Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:36.114Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:37.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:37.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:37.133Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:37.133Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:38.135Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:38.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:38.136Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:38.136Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:39.138Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:01:39.147Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:39.148Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:39.148Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:40.156Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "serviceName": "vFW 2023-03-14 05-59-06",
  "serviceVersion": "1.0",
  "serviceUUID": "fbb83ded-1508-4d82-a8c7-f77b79726596",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b4015b56-50eb-4671-bbc9-e4df00ac096a",
  "resources": [
    {
      "resourceInstanceName": "vFW e8c55bfa-5d7d 0",
      "resourceCustomizationUUID": "087f950e-c828-43c0-aa8c-44e55e9d1e54",
      "resourceName": "vFW e8c55bfa-5d7d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "735206d4-49b3-4f1d-b1f9-85892862457e",
      "resourceInvariantUUID": "62662cec-8e0f-4083-92a9-48be044b5c39",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe8c55bfa5d7d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
          "artifactChecksum": "OGM2YjQ4MTlkMzVhZGEyM2RkYTU5OTc4ZTI3MGE2OGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3157d338-738e-4551-8d5e-322399b603e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e845993c-9ea6-47cb-819f-f3f176fa738c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c805b16e-3149-4975-84e3-4e900c7e8ab4",
            "generatedFromUUID": "e845993c-9ea6-47cb-819f-f3f176fa738c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c805b16e-3149-4975-84e3-4e900c7e8ab4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230314055906-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
      "artifactChecksum": "OTNkNTU5MDBjOTllZmYzOTJkN2Y5YTVlMzcxYzhmZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec50c7e1-95e9-4f68-9637-28aa6db74ae0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:01:40.213Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:01:40.214Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fbb83ded-1508-4d82-a8c7-f77b79726596 ASDC
2023-03-14T06:01:40.708Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c0b25e1d-6299-42a2-9c96-d160975f8044
ServiceName:vFW 2023-03-14 05-59-06
ServiceVersion:1.0
ServiceUUID:fbb83ded-1508-4d82-a8c7-f77b79726596
ServiceInvariantUUID:b4015b56-50eb-4671-bbc9-e4df00ac096a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230314055906-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
ArtifactUUID:ec50c7e1-95e9-4f68-9637-28aa6db74ae0
ArtifactChecksum:OTNkNTU5MDBjOTllZmYzOTJkN2Y5YTVlMzcxYzhmZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e8c55bfa-5d7d 0
ResourceCustomizationUUID:087f950e-c828-43c0-aa8c-44e55e9d1e54
ResourceInvariantUUID:62662cec-8e0f-4083-92a9-48be044b5c39
ResourceName:vFW e8c55bfa-5d7d
ResourceType:VF
ResourceUUID:735206d4-49b3-4f1d-b1f9-85892862457e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe8c55bfa5d7d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
ArtifactUUID:3157d338-738e-4551-8d5e-322399b603e1
ArtifactChecksum:OGM2YjQ4MTlkMzVhZGEyM2RkYTU5OTc4ZTI3MGE2OGE=
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/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
ArtifactUUID:e845993c-9ea6-47cb-819f-f3f176fa738c
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/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
ArtifactUUID:c805b16e-3149-4975-84e3-4e900c7e8ab4
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/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
ArtifactUUID:c805b16e-3149-4975-84e3-4e900c7e8ab4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-14T06:01:40.709Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbb83ded-1508-4d82-a8c7-f77b79726596 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:01:41.238Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:01:41.240Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:01:41.241Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:01:41.242Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec50c7e1-95e9-4f68-9637-28aa6db74ae0 from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:41.242Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:41.242Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:41.385Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:41.436Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar ec50c7e1-95e9-4f68-9637-28aa6db74ae0 101498
2023-03-14T06:01:41.438Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar ASDC sendASDCNotification
2023-03-14T06:01:41.438Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:41.445Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:41.447Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:41.447Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:41.448Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773701436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:42.450Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:01:42.452Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:01:42.453Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ec50c7e1-95e9-4f68-9637-28aa6db74ae0, URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar to file: /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:42.460Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230314055906-csar.csar
2023-03-14T06:01:42.669Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:42.669Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:44.629Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5250403951367027487/Definitions/service-Vfw20230314055906-template.yml
2023-03-14T06:01:50.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:50.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:01:50.661Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773685682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:01:50.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-03-14T06:01:53.750Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:01:53.765Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:01:53.766Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.766Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-14T06:01:53.767Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.767Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.767Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.768Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.768Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.768Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.769Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.769Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.770Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.770Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.770Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e8c55bfa-5d7d 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-Vfw20230314055906-csar.csar
2023-03-14T06:01:53.771Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:01:53.792Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.800Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.813Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.815Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:01:53.819Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:01:53.823Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.824Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.825Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.825Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:01:53.826Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:01:53.826Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.827Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.833Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.834Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.834Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.835Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:53.835Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.836Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.836Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:53.837Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.837Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.838Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:53.838Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:53.838Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.839Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.839Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:53.840Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.840Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:53.841Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.841Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-14T06:01:53.842Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.843Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:01:53.846Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.847Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.848Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:53.849Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.850Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.850Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:53.851Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.851Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:53.852Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:53.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.854Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-14T06:01:53.854Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:53.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:53.856Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.856Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.857Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:53.858Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.858Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:53.858Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.859Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7e6bff31-1975-40ad-a6e2-85b40217d314
2023-03-14T06:01:53.864Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.864Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.865Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.865Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:53.866Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.866Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.866Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:53.868Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.870Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.874Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-14T06:01:53.876Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:53.876Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.877Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:53.877Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.878Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9974ee38-579b-4904-8be5-953db6fdde9a
2023-03-14T06:01:53.880Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.885Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:53.887Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:53.887Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:53.887Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.888Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.888Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:53.889Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.889Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:53.889Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:53.890Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:53.890Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:53.891Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:53.891Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-14T06:01:53.891Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e90bc8e-d11b-418a-b96b-b45f75d18b8b
2023-03-14T06:01:53.892Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.894Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.894Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.895Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:53.895Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:53.896Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-14 05-59-06
Description:catalog service description
Model UUID:fbb83ded-1508-4d82-a8c7-f77b79726596
Model Version:NULL
Model InvariantUuid:b4015b56-50eb-4671-bbc9-e4df00ac096a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e8c55bfa-5d7d
Model UUID:426f547c-a9a5-48e7-bf5a-c753e9616ac2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62662cec-8e0f-4083-92a9-48be044b5c39
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:087f950e-c828-43c0-aa8c-44e55e9d1e54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6d880a7-12cf-484e-98ee-9dcfad9d46c5
ModelName:VfwE8c55bfa5d7d..base_vfw..module-0
ModelUuid:4cb66d56-80ee-477a-999b-d15342780742
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7e6bff31-1975-40ad-a6e2-85b40217d314
ModelInvariantUuid:d6b13c98-4464-4f79-9158-001c54c9baca
ModelName:vFW e8c55bfa-5d7d-nodes.vfwCvfc
ModelUuid:96ce5309-3225-49fd-ba1b-a09975a6e76c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:064d814a-00b9-462c-8ad8-6854e652dbdb
ModelInvariantUuid:38990288-5df1-41d8-bb5a-cba84cb9a2a9
ModelName:VfwE8c55bfa5d7d.compute.nodes.heat.vfw
ModelUuid:7042eace-ca29-4407-a72c-3c0db07aed74
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9974ee38-579b-4904-8be5-953db6fdde9a
ModelInvariantUuid:f097daab-93be-4db8-b497-e16ec45ed2fe
ModelName:vFW e8c55bfa-5d7d-nodes.vsnCvfc
ModelUuid:3f476c7e-a922-4e34-9a35-a386888fb5aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ff82282f-2f59-46b0-8c87-441bc704a90d
ModelInvariantUuid:d083d3dc-630a-49c9-b5c9-74f0ba5073e7
ModelName:VfwE8c55bfa5d7d.compute.nodes.heat.vsn
ModelUuid:cf84cf7a-4a3f-422d-9f0d-2b6a52ad1273
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8e90bc8e-d11b-418a-b96b-b45f75d18b8b
ModelInvariantUuid:5e3b46be-1988-408d-9750-16924a0ad3e9
ModelName:vFW e8c55bfa-5d7d-nodes.vpgCvfc
ModelUuid:b4bb9514-de44-4a6d-b6f0-a68278d4cb6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b4110849-2e2c-4afb-9f12-456571b66119
ModelInvariantUuid:19c05657-61f7-4eab-9f87-2747d9b5a9cf
ModelName:VfwE8c55bfa5d7d.compute.nodes.heat.vpg
ModelUuid:04b91f89-a66f-41a6-b6b8-3fa097dfd3fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:01:53.949Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 735206d4-49b3-4f1d-b1f9-85892862457e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:01:54.096Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||vFW e8c55bfa-5d7d 0
2023-03-14T06:01:54.110Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 735206d4-49b3-4f1d-b1f9-85892862457e
2023-03-14T06:01:54.111Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3157d338-738e-4551-8d5e-322399b603e1 from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:54.112Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:54.112Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:54.287Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:54.289Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json 3157d338-738e-4551-8d5e-322399b603e1 785
2023-03-14T06:01:54.289Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json ASDC sendASDCNotification
2023-03-14T06:01:54.290Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:54.290Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:54.291Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:54.292Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:54.292Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773714289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:55.299Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE8c55bfa5d7d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e6d880a7-12cf-484e-98ee-9dcfad9d46c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cb66d56-80ee-477a-999b-d15342780742",
    "vfModuleModelCustomizationUUID": "8b083911-59f3-45c3-8eed-7f38b609d79a",
    "isBase": true,
    "artifacts": [
      "e845993c-9ea6-47cb-819f-f3f176fa738c",
      "c805b16e-3149-4975-84e3-4e900c7e8ab4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:01:55.353Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE8c55bfa5d7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cb66d56-80ee-477a-999b-d15342780742
VfModuleModelInvariantUUID:e6d880a7-12cf-484e-98ee-9dcfad9d46c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e845993c-9ea6-47cb-819f-f3f176fa738c
,
c805b16e-3149-4975-84e3-4e900c7e8ab4

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

isBase:true


}

2023-03-14T06:01:55.361Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE8c55bfa5d7d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e6d880a7-12cf-484e-98ee-9dcfad9d46c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cb66d56-80ee-477a-999b-d15342780742",
    "vfModuleModelCustomizationUUID": "8b083911-59f3-45c3-8eed-7f38b609d79a",
    "isBase": true,
    "artifacts": [
      "e845993c-9ea6-47cb-819f-f3f176fa738c",
      "c805b16e-3149-4975-84e3-4e900c7e8ab4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:01:55.362Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE8c55bfa5d7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cb66d56-80ee-477a-999b-d15342780742
VfModuleModelInvariantUUID:e6d880a7-12cf-484e-98ee-9dcfad9d46c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e845993c-9ea6-47cb-819f-f3f176fa738c
,
c805b16e-3149-4975-84e3-4e900c7e8ab4

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

isBase:true


}

2023-03-14T06:01:55.363Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e845993c-9ea6-47cb-819f-f3f176fa738c from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:01:55.364Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:55.364Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:01:55.461Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:55.464Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml e845993c-9ea6-47cb-819f-f3f176fa738c 20368
2023-03-14T06:01:55.465Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-14T06:01:55.466Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:01:55.466Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:55.468Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:55.469Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:55.469Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773715465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:56.471Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c805b16e-3149-4975-84e3-4e900c7e8ab4 from URL: /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:01:56.472Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:01:56.473Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:01:56.578Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:01:56.591Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env c805b16e-3149-4975-84e3-4e900c7e8ab4 2098
2023-03-14T06:01:56.592Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-14T06:01:56.593Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:01:56.593Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:01:56.593Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:56.594Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:56.594Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773716592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:01:57.596Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fbb83ded-1508-4d82-a8c7-f77b79726596
2023-03-14T06:01:57.597Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e8c55bfa-5d7d 0 735206d4-49b3-4f1d-b1f9-85892862457e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:01:57.774Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e9451dc, org.onap.sdc.toscaparser.api.parameters.Input@78ba835e, org.onap.sdc.toscaparser.api.parameters.Input@4b6abb16, org.onap.sdc.toscaparser.api.parameters.Input@77d63a1, org.onap.sdc.toscaparser.api.parameters.Input@3b5bc823]
2023-03-14T06:01:57.786Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.787Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.788Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-03-14T06:01:57.788Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 087f950e-c828-43c0-aa8c-44e55e9d1e54
2023-03-14T06:01:57.789Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 087f950e-c828-43c0-aa8c-44e55e9d1e54 matches Tosca VF Customization UUID: 087f950e-c828-43c0-aa8c-44e55e9d1e54
2023-03-14T06:01:57.790Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 087f950e-c828-43c0-aa8c-44e55e9d1e54  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-14T06:01:57.813Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.814Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.819Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 087f950e-c828-43c0-aa8c-44e55e9d1e54: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-14T06:01:57.821Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f95c7fc
2023-03-14T06:01:57.821Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.822Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:01:57.825Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b083911-59f3-45c3-8eed-7f38b609d79a
2023-03-14T06:01:57.829Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b083911-59f3-45c3-8eed-7f38b609d79a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-14T06:01:57.848Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.849Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.849Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.851Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.852Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.853Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.855Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:57.856Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:57.859Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-14T06:01:57.859Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:57.860Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:57.860Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:57.861Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.861Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.861Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:57.862Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.863Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:57.863Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.863Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7e6bff31-1975-40ad-a6e2-85b40217d314
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-14T06:01:57.893Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.896Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.896Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.897Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.898Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:57.898Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:57.898Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:57.899Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.899Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.900Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:57.909Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.911Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:57.912Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-14T06:01:57.912Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-14T06:01:57.912Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.913Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-14T06:01:57.913Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.914Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9974ee38-579b-4904-8be5-953db6fdde9a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-14T06:01:57.931Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.932Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.936Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.941Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.941Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is not matching search criteria
2023-03-14T06:01:57.941Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-14T06:01:57.942Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-14T06:01:57.943Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.943Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.943Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-14T06:01:57.944Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.944Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-14T06:01:57.945Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-14T06:01:57.945Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-14T06:01:57.945Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-14T06:01:57.946Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-14T06:01:57.946Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-14T06:01:57.946Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e90bc8e-d11b-418a-b96b-b45f75d18b8b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-14T06:01:57.979Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.979Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.980Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:01:57.980Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.980Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Node template vFW e8c55bfa-5d7d 0 is matching search criteria
2023-03-14T06:01:57.981Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e8c55bfa-5d7d 0] matching following query criteria: sdcType=VF, customizationUUID=087f950e-c828-43c0-aa8c-44e55e9d1e54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:01:57.985Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.986Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.987Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fbb83ded-1508-4d82-a8c7-f77b79726596: vFW e8c55bfa-5d7d
2023-03-14T06:01:57.987Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.987Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.988Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.988Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.989Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.989Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.990Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.990Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.990Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:01:57.991Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-14 05-59-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:01:57.991Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-03-14 05-59-06 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:01:59.153Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e8c55bfa-5d7d 735206d4-49b3-4f1d-b1f9-85892862457e 1 ASDC deployResourceStructure
2023-03-14T06:01:59.156Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json ASDC sendASDCNotification
2023-03-14T06:01:59.156Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json
2023-03-14T06:01:59.157Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:01:59.157Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:01:59.157Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:01:59.158Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773719156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:00.160Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-14T06:02:00.160Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml
2023-03-14T06:02:00.160Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:02:00.161Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:02:00.161Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:02:00.161Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773720159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:01.163Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-14T06:02:01.163Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env
2023-03-14T06:02:01.164Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:02:01.165Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:02:01.166Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:02:01.167Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773721163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:02.168Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar ASDC sendASDCNotification
2023-03-14T06:02:02.169Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar
2023-03-14T06:02:02.169Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:02:02.169Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:02:02.170Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:02:02.170Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773722168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:03.172Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:02:03.264Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:02:03.273Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:02:03.273Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:02:03.274Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:02:33.274Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:02:33.307Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:02:33.313Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:02:33.314Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:02:33.314Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:02:50.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:02:50.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.681Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773692820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.688Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773676480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773663641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.690Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773687616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773686736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.692Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773685682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773692820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773676480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.694Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.695Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773663641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.700Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773687616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.704Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773686736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.708Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773685682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.713Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773692820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773676480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.715Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773663641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.717Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773687616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773686736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773685682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773676480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773692820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773663641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773687616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.722Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773686736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773685682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.727Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773692820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.728Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773676480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773663641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773687616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773686736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773685682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773692820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773676480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773663641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773687616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773686736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773685682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773692820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773676480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773651372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773663641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773687616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:02:50.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773698903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773701450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773700272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773700469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773700112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773699918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773701436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773701670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773700924,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:02:50.783Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:02:50.784Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:02:50.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773702784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:02:50.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773704754,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:02:50.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:02:50.834Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-14T06:02:50.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773705763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:02:50.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.863Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773706466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:02:50.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:02:50.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-14T06:02:50.864Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773707471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:02:50.885Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:02:50.885Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:03:03.314Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:03:03.342Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:03:03.350Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:03:03.350Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:03:03.350Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:03:33.351Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:03:33.419Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:03:33.431Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:03:33.433Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:03:33.436Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:03:50.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:03:50.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.684Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773701925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773711093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773701318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773706785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773701925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773711093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773701318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773706785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773714170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773701925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.692Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773701318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773711093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773706785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.694Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773715193,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:03:50.727Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0b25e1d-6299-42a2-9c96-d160975f8044
2023-03-14T06:03:50.727Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b25e1d-6299-42a2-9c96-d160975f8044 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:03:50.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773701925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773711093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.767Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773701318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773706785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.768Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773714289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773716196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773701925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773711093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773701318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773706785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773715465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773716196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.773Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773701925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773711093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773701318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773706785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773716592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773716196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773701925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773701318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678773711093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773706785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773716196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773717306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773718375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678773718426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773716196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773717615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773719156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/vfwe8c55bfa5d7d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773718310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773719511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773716196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773717615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.789Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773720159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.790Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678773719311,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:03:50.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:50.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:03:50.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.883Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773720628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773716196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773717615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773721163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/resourceInstances/vfwe8c55bfa5d7d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.886Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773721859,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:03:50.939Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:50.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-14T06:03:50.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.974Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773717615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773723382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.975Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773722168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230314055906/1.0/artifacts/service-Vfw20230314055906-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.977Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678773722879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773717615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773717615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.979Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773717615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:03:50.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.980Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773725443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:03:50.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.984Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773729852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773727864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:03:50.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:03:50.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:50.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "aai-model-loader",
  "timestamp": 1678773730861,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:03:51.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:51.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:03:51.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:03:51.062Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678773728868,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:03:51.088Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed6d1403-9753-4738-b082-cb1441410983
2023-03-14T06:03:51.088Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6d1403-9753-4738-b082-cb1441410983 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:04:03.439Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:04:03.502Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:04:03.528Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:04:03.529Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:04:03.530Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:04:03.530Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:04:03.532Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:04:03.533Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:04:03.622Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:04:33.624Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0b25e1d-6299-42a2-9c96-d160975f8044 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:04:33.640Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0b25e1d-6299-42a2-9c96-d160975f8044 and serviceModelVersionId: fbb83ded-1508-4d82-a8c7-f77b79726596
2023-03-14T06:04:33.640Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4015b56-50eb-4671-bbc9-e4df00ac096a
2023-03-14T06:04:50.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:08.501Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0
2023-03-14T06:05:08.816Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:05:10.219Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|INFO|500||Invoke
2023-03-14T06:05:10.231Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0b25e1d-6299-42a2-9c96-d160975f8044], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68fc56d8-af2f-4676-aca7-12a5ed355523], X-ECOMP-RequestID=[c0b25e1d-6299-42a2-9c96-d160975f8044], X-TransactionId=[], X-ONAP-RequestID=[c0b25e1d-6299-42a2-9c96-d160975f8044], Content-Type=[application/merge-patch+json]}
2023-03-14T06:05:10.361Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:05:10.766Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?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/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:05:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[346], vertex-id=[376880], x-aai-txid=[1-aai-resources-230314-06:05:09:534-1730], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:05:10.774Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:05:10.776Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b4015b56-50eb-4671-bbc9-e4df00ac096a/model-vers/model-ver/fbb83ded-1508-4d82-a8c7-f77b79726596?depth=0|INFO|500||InvokeReturn
2023-03-14T06:05:10.793Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:05:10.795Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:05:10.837Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-14T06:05:10.840Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0b25e1d-6299-42a2-9c96-d160975f8044 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:05:10.842Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:05:10.843Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:10.843Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:10.844Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773910841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:10.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-14T06:05:10.881Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c0b25e1d-6299-42a2-9c96-d160975f8044",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773910841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:05:10.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:05:11.901Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:05:11.933Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-14T06:05:11.934Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"ed6d1403-9753-4738-b082-cb1441410983","serviceName":"basic_onboard_oqUrtv","serviceVersion":"1.0","serviceUUID":"980c9729-44cd-4bfa-b1c9-efb9209bb78f","serviceDescription":"service","serviceInvariantUUID":"d39bd8f0-0791-4b1a-9023-fa1f4b143bdf","resources":[{"resourceInstanceName":"basic_onboard_oqUrtv 0","resourceName":"basic_onboard_oqUrtv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"836e6df4-d45a-4e39-a1bb-8f83a339e563","resourceInvariantUUID":"89d71b21-b8db-4b8b-8a1a-21541ca0d4cf","resourceCustomizationUUID":"b0c22c46-6462-4c37-b8ea-66718cf5f911","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml","artifactChecksum":"MGFlMDVjNDUzOWJkM2U0YWMxYmEzM2YwOTI3MzJjMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc164882-0fac-468a-8fa6-bfc1afc2e375","artifactVersion":"1"},{"artifactName":"basic_onboard_oqurtv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json","artifactChecksum":"MzE3MWUxNWU1ZDFkNGIxNjU2M2U5NDI3NDY0YTlhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49ff92e5-235d-46e9-a1bf-12e82a00073d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08a4c9df-f0b1-4389-9510-40635ad93114","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e94b762-f31a-4dd2-9d15-f08b94d28dfa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4f9e73f-ad84-48ea-9ad2-cf6182f095a1","artifactVersion":"2","generatedFromUUID":"08a4c9df-f0b1-4389-9510-40635ad93114"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOqurtv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml","artifactChecksum":"MTBjNmE0ODU0YTM0OGFhMDA5ZDEzZWJmOGRiYjkxNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94547ad6-7b85-419f-a22e-a6061d948c27","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOqurtv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar","artifactChecksum":"MWNhZDlhNzhiOWM3NjcxNDQ3M2ExNWFiNGY5NjA2MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4607878-49ce-4686-affd-5011eb6e4f37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:05:11.951Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:11.953Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:11.954Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:11.954Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:12.956Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:12.957Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:12.957Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:12.957Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:13.964Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:13.965Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:13.966Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:13.967Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:14.968Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:14.969Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:14.969Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:14.970Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:15.971Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:15.972Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:15.972Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:15.972Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:16.973Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:16.974Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:16.975Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:16.975Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:17.991Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:05:17.992Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:17.993Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:17.993Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:18.997Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "serviceName": "basic_onboard_oqUrtv",
  "serviceVersion": "1.0",
  "serviceUUID": "980c9729-44cd-4bfa-b1c9-efb9209bb78f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d39bd8f0-0791-4b1a-9023-fa1f4b143bdf",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_oqUrtv 0",
      "resourceCustomizationUUID": "b0c22c46-6462-4c37-b8ea-66718cf5f911",
      "resourceName": "basic_onboard_oqUrtv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "836e6df4-d45a-4e39-a1bb-8f83a339e563",
      "resourceInvariantUUID": "89d71b21-b8db-4b8b-8a1a-21541ca0d4cf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_oqurtv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
          "artifactChecksum": "MzE3MWUxNWU1ZDFkNGIxNjU2M2U5NDI3NDY0YTlhZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "49ff92e5-235d-46e9-a1bf-12e82a00073d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "08a4c9df-f0b1-4389-9510-40635ad93114",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4f9e73f-ad84-48ea-9ad2-cf6182f095a1",
            "generatedFromUUID": "08a4c9df-f0b1-4389-9510-40635ad93114"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4f9e73f-ad84-48ea-9ad2-cf6182f095a1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOqurtv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
      "artifactChecksum": "MWNhZDlhNzhiOWM3NjcxNDQ3M2ExNWFiNGY5NjA2MDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4607878-49ce-4686-affd-5011eb6e4f37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:05:19.001Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:05:19.002Z|c0b25e1d-6299-42a2-9c96-d160975f8044|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 980c9729-44cd-4bfa-b1c9-efb9209bb78f ASDC
2023-03-14T06:05:19.005Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ed6d1403-9753-4738-b082-cb1441410983
ServiceName:basic_onboard_oqUrtv
ServiceVersion:1.0
ServiceUUID:980c9729-44cd-4bfa-b1c9-efb9209bb78f
ServiceInvariantUUID:d39bd8f0-0791-4b1a-9023-fa1f4b143bdf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOqurtv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
ArtifactUUID:f4607878-49ce-4686-affd-5011eb6e4f37
ArtifactChecksum:MWNhZDlhNzhiOWM3NjcxNDQ3M2ExNWFiNGY5NjA2MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oqUrtv 0
ResourceCustomizationUUID:b0c22c46-6462-4c37-b8ea-66718cf5f911
ResourceInvariantUUID:89d71b21-b8db-4b8b-8a1a-21541ca0d4cf
ResourceName:basic_onboard_oqUrtv
ResourceType:VF
ResourceUUID:836e6df4-d45a-4e39-a1bb-8f83a339e563
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_oqurtv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
ArtifactUUID:49ff92e5-235d-46e9-a1bf-12e82a00073d
ArtifactChecksum:MzE3MWUxNWU1ZDFkNGIxNjU2M2U5NDI3NDY0YTlhZTU=
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/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:08a4c9df-f0b1-4389-9510-40635ad93114
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/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
ArtifactUUID:f4f9e73f-ad84-48ea-9ad2-cf6182f095a1
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/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
ArtifactUUID:f4f9e73f-ad84-48ea-9ad2-cf6182f095a1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-14T06:05:19.006Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 980c9729-44cd-4bfa-b1c9-efb9209bb78f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:05:19.192Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:05:19.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:05:19.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:05:19.197Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4607878-49ce-4686-affd-5011eb6e4f37 from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:19.197Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:19.198Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:19.591Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:19.597Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar f4607878-49ce-4686-affd-5011eb6e4f37 75660
2023-03-14T06:05:19.598Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar ASDC sendASDCNotification
2023-03-14T06:05:19.599Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:19.600Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:19.600Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:19.601Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:19.601Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773919598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:20.602Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:05:20.604Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-14T06:05:20.605Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f4607878-49ce-4686-affd-5011eb6e4f37, URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar to file: /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.606Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.608Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.608Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:20.973Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10649419162762810274/Definitions/service-BasicOnboardOqurtv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-14T06:05:24.770Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:05:24.771Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:05:24.771Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oqUrtv 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-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.772Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:24.773Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-14T06:05:24.774Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.775Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.776Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.776Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:05:24.776Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:05:24.777Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.777Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.778Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.778Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-14T06:05:24.778Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:05:24.779Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.779Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.779Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.780Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is not matching search criteria
2023-03-14T06:05:24.780Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-14T06:05:24.780Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-14T06:05:24.781Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-14T06:05:24.781Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-14T06:05:24.781Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-14T06:05:24.782Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.783Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:24.784Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:24.785Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:24.786Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.786Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is not matching search criteria
2023-03-14T06:05:24.786Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-14T06:05:24.787Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-14T06:05:24.787Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=304b18e3-7b72-43c0-a236-a9bf9d866c35
2023-03-14T06:05:24.788Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.788Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.789Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.790Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.791Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.791Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.792Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:24.792Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:24.792Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_oqUrtv
Description:service
Model UUID:980c9729-44cd-4bfa-b1c9-efb9209bb78f
Model Version:NULL
Model InvariantUuid:d39bd8f0-0791-4b1a-9023-fa1f4b143bdf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_oqUrtv
Model UUID:e1b9b117-d95c-4999-a9cb-d335b32b19f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89d71b21-b8db-4b8b-8a1a-21541ca0d4cf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0c22c46-6462-4c37-b8ea-66718cf5f911
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9c711ecf-bc66-4714-a6a4-30fb560c6274
ModelName:BasicOnboardOqurtv..base_ubuntu18..module-0
ModelUuid:30f3fa9b-4da1-4299-9e05-982d504bc2df
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:304b18e3-7b72-43c0-a236-a9bf9d866c35
ModelInvariantUuid:2d62051c-9312-4f3e-b61a-494f0987e3cb
ModelName:basic_onboard_oqUrtv-nodes.ubuntu18Cvfc
ModelUuid:e93221d8-ec58-44f3-892c-221eb3e6ec3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:832cd404-6895-4d1f-a532-10bb21aeeaa8
ModelInvariantUuid:32189c1a-6c4a-4c3e-b08c-afb87099d5c8
ModelName:BasicOnboardOqurtv.compute.nodes.heat.ubuntu18
ModelUuid:66f52f11-d313-484c-b86f-4e2ada72cd1c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:05:24.811Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 836e6df4-d45a-4e39-a1bb-8f83a339e563
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:05:24.818Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||basic_onboard_oqUrtv 0
2023-03-14T06:05:24.819Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 836e6df4-d45a-4e39-a1bb-8f83a339e563
2023-03-14T06:05:24.819Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49ff92e5-235d-46e9-a1bf-12e82a00073d from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:24.819Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:24.820Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:24.927Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:24.928Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json 49ff92e5-235d-46e9-a1bf-12e82a00073d 798
2023-03-14T06:05:24.928Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json ASDC sendASDCNotification
2023-03-14T06:05:24.929Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:24.929Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:24.929Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:24.930Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:24.930Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773924928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:25.931Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOqurtv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9c711ecf-bc66-4714-a6a4-30fb560c6274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30f3fa9b-4da1-4299-9e05-982d504bc2df",
    "vfModuleModelCustomizationUUID": "32f13cc3-5e40-40e7-91c8-1f120a7cee31",
    "isBase": true,
    "artifacts": [
      "08a4c9df-f0b1-4389-9510-40635ad93114",
      "f4f9e73f-ad84-48ea-9ad2-cf6182f095a1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:05:25.938Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOqurtv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30f3fa9b-4da1-4299-9e05-982d504bc2df
VfModuleModelInvariantUUID:9c711ecf-bc66-4714-a6a4-30fb560c6274
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a4c9df-f0b1-4389-9510-40635ad93114
,
f4f9e73f-ad84-48ea-9ad2-cf6182f095a1

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

isBase:true


}

2023-03-14T06:05:25.942Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOqurtv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9c711ecf-bc66-4714-a6a4-30fb560c6274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30f3fa9b-4da1-4299-9e05-982d504bc2df",
    "vfModuleModelCustomizationUUID": "32f13cc3-5e40-40e7-91c8-1f120a7cee31",
    "isBase": true,
    "artifacts": [
      "08a4c9df-f0b1-4389-9510-40635ad93114",
      "f4f9e73f-ad84-48ea-9ad2-cf6182f095a1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:05:25.942Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOqurtv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30f3fa9b-4da1-4299-9e05-982d504bc2df
VfModuleModelInvariantUUID:9c711ecf-bc66-4714-a6a4-30fb560c6274
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a4c9df-f0b1-4389-9510-40635ad93114
,
f4f9e73f-ad84-48ea-9ad2-cf6182f095a1

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

isBase:true


}

2023-03-14T06:05:25.942Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 08a4c9df-f0b1-4389-9510-40635ad93114 from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:25.943Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:25.944Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:26.058Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:26.059Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml 08a4c9df-f0b1-4389-9510-40635ad93114 5033
2023-03-14T06:05:26.059Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-14T06:05:26.059Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:26.060Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:26.060Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:26.061Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:26.061Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773926059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:27.063Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4f9e73f-ad84-48ea-9ad2-cf6182f095a1 from URL: /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:27.064Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-14T06:05:27.064Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:27.183Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-14T06:05:27.185Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env f4f9e73f-ad84-48ea-9ad2-cf6182f095a1 909
2023-03-14T06:05:27.186Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-14T06:05:27.189Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:27.190Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:05:27.191Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:27.191Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:27.191Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773927186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:28.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 980c9729-44cd-4bfa-b1c9-efb9209bb78f
2023-03-14T06:05:28.196Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oqUrtv 0 836e6df4-d45a-4e39-a1bb-8f83a339e563 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:05:28.250Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54c5cd0b, org.onap.sdc.toscaparser.api.parameters.Input@2557ee60, org.onap.sdc.toscaparser.api.parameters.Input@52bb7298, org.onap.sdc.toscaparser.api.parameters.Input@abaa97, org.onap.sdc.toscaparser.api.parameters.Input@7a7c821c]
2023-03-14T06:05:28.253Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.253Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.254Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-03-14T06:05:28.254Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b0c22c46-6462-4c37-b8ea-66718cf5f911
2023-03-14T06:05:28.254Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0c22c46-6462-4c37-b8ea-66718cf5f911 matches Tosca VF Customization UUID: b0c22c46-6462-4c37-b8ea-66718cf5f911
2023-03-14T06:05:28.255Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b0c22c46-6462-4c37-b8ea-66718cf5f911  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-14T06:05:28.272Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.273Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.290Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b0c22c46-6462-4c37-b8ea-66718cf5f911: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-14T06:05:28.290Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34463646
2023-03-14T06:05:28.291Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.291Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:05:28.292Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32f13cc3-5e40-40e7-91c8-1f120a7cee31
2023-03-14T06:05:28.292Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32f13cc3-5e40-40e7-91c8-1f120a7cee31
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-14T06:05:28.297Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.298Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.306Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:28.307Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.307Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.307Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:28.308Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.308Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is not matching search criteria
2023-03-14T06:05:28.308Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-14T06:05:28.309Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-14T06:05:28.309Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=304b18e3-7b72-43c0-a236-a9bf9d866c35
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-14T06:05:28.316Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.317Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.317Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:05:28.318Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.318Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oqUrtv 0 is matching search criteria
2023-03-14T06:05:28.318Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oqUrtv 0] matching following query criteria: sdcType=VF, customizationUUID=b0c22c46-6462-4c37-b8ea-66718cf5f911
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:05:28.325Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.325Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.326Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 980c9729-44cd-4bfa-b1c9-efb9209bb78f: basic_onboard_oqUrtv
2023-03-14T06:05:28.326Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.326Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.327Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.327Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.327Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.328Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.328Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.329Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.329Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:05:28.330Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oqUrtv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:05:28.330Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_oqUrtv 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:05:28.643Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oqUrtv 836e6df4-d45a-4e39-a1bb-8f83a339e563 1 ASDC deployResourceStructure
2023-03-14T06:05:28.643Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json ASDC sendASDCNotification
2023-03-14T06:05:28.644Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json
2023-03-14T06:05:28.644Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:28.645Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:28.645Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:28.645Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773928643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:29.647Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-14T06:05:29.649Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml
2023-03-14T06:05:29.649Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:29.649Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:29.650Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:29.650Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773929647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:30.652Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-14T06:05:30.652Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env
2023-03-14T06:05:30.652Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:30.653Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:30.653Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:30.653Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773930651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:31.656Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar ASDC sendASDCNotification
2023-03-14T06:05:31.656Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar
2023-03-14T06:05:31.657Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:05:31.657Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:05:31.657Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:05:31.658Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773931656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:32.660Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6d1403-9753-4738-b082-cb1441410983
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:05:32.738Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6d1403-9753-4738-b082-cb1441410983
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:05:32.765Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:05:32.765Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:05:32.766Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:05:32.767Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:05:32.767Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:05:32.767Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:05:32.817Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:05:50.658Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:05:50.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:05:50.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.682Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.683Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773911901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773919598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.685Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773924928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773926059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773927186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773928643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/basic_onboard_oqurtv0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.687Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773929647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773930651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/resourceInstances/basic_onboard_oqurtv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:05:50.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:05:50.689Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773931656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOqurtv/1.0/artifacts/service-BasicOnboardOqurtv-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:05:50.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:06:02.818Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed6d1403-9753-4738-b082-cb1441410983 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:06:02.834Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed6d1403-9753-4738-b082-cb1441410983 and serviceModelVersionId: 980c9729-44cd-4bfa-b1c9-efb9209bb78f
2023-03-14T06:06:02.835Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d39bd8f0-0791-4b1a-9023-fa1f4b143bdf
2023-03-14T06:06:02.837Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0
2023-03-14T06:06:02.847Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:06:02.955Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-14T06:06:02.957Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0|INFO|500||Invoke
2023-03-14T06:06:02.971Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:06:03.102Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0|INFO|500||InvokeReturn
2023-03-14T06:06:03.106Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d39bd8f0-0791-4b1a-9023-fa1f4b143bdf/model-vers/model-ver/980c9729-44cd-4bfa-b1c9-efb9209bb78f?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:06:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[204872], x-aai-txid=[1-aai-resources-230314-06:06:02:102-81854], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:06:03.107Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:06:03.108Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:06:03.108Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:06:03.132Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-14T06:06:03.132Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed6d1403-9753-4738-b082-cb1441410983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:06:03.133Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773963132,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:06:04.171Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:06:50.657Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:06:50.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-14T06:06:50.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed6d1403-9753-4738-b082-cb1441410983",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678773963132,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:06:50.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:07:04.174Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:07:50.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:08:04.176Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:08:50.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:09:04.178Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:09:50.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:10:04.180Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:10:50.662Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:10:55.681Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Node 1 disconnected.
2023-03-14T06:11:04.181Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:11:50.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:12:04.187Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:12:50.665Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:13:04.189Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:13:50.666Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:04.197Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:14:38.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:14:38.803Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"c88c61e1-7408-4108-8b71-2287bfc6f5b2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b76ed1b8-a532-4ed2-b818-333204708368","serviceDescription":"service","serviceInvariantUUID":"bde26ad6-1bb9-4c45-ab51-36e66317912c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"58a52d47-b93c-4f0b-94ef-45a56f5b270c","resourceInvariantUUID":"1236d174-506e-4e9f-a15b-743253bffa98","resourceCustomizationUUID":"7ffe198c-0585-422b-9b08-47a0cbb3f605","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":"ZmU0MzdlOTA2ZGZiYWE0OTNkZDg2NzYwNTViOTI5ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52af08e8-325a-405a-b750-f962c56d8b65","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjY1M2Y5NTAwMWJjOTIyZTAyYzU4OTMyMDUzM2Y5OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbb0d95b-e2ea-4197-b97d-4dfad3c65901","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:14:38.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:14:38.849Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774470325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:14:38.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:14:38.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:14:38.869Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774465682,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:14:38.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:14:38.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:14:38.873Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:38.873Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:38.873Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774444197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:39.876Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:14:39.882Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:39.883Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:39.883Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774444197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:40.890Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b76ed1b8-a532-4ed2-b818-333204708368",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bde26ad6-1bb9-4c45-ab51-36e66317912c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7ffe198c-0585-422b-9b08-47a0cbb3f605",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "58a52d47-b93c-4f0b-94ef-45a56f5b270c",
      "resourceInvariantUUID": "1236d174-506e-4e9f-a15b-743253bffa98",
      "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": "MjY1M2Y5NTAwMWJjOTIyZTAyYzU4OTMyMDUzM2Y5OGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbb0d95b-e2ea-4197-b97d-4dfad3c65901"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:14:40.891Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:14:40.892Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b76ed1b8-a532-4ed2-b818-333204708368 ASDC
2023-03-14T06:14:40.893Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c88c61e1-7408-4108-8b71-2287bfc6f5b2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b76ed1b8-a532-4ed2-b818-333204708368
ServiceInvariantUUID:bde26ad6-1bb9-4c45-ab51-36e66317912c
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:dbb0d95b-e2ea-4197-b97d-4dfad3c65901
ArtifactChecksum:MjY1M2Y5NTAwMWJjOTIyZTAyYzU4OTMyMDUzM2Y5OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7ffe198c-0585-422b-9b08-47a0cbb3f605
ResourceInvariantUUID:1236d174-506e-4e9f-a15b-743253bffa98
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:58a52d47-b93c-4f0b-94ef-45a56f5b270c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-14T06:14:40.893Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b76ed1b8-a532-4ed2-b818-333204708368 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:14:41.090Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:14:41.093Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:14:41.094Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:14:41.094Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dbb0d95b-e2ea-4197-b97d-4dfad3c65901 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-14T06:14:41.094Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:14:41.095Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:41.233Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:14:41.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dbb0d95b-e2ea-4197-b97d-4dfad3c65901 57803
2023-03-14T06:14:41.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:41.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:41.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:14:41.239Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:41.239Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:41.239Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774481238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:42.240Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:14:42.241Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:14:42.242Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dbb0d95b-e2ea-4197-b97d-4dfad3c65901, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:42.242Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-14T06:14:42.243Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:42.243Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:42.600Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13219074315990524993/Definitions/service-BasicNetwork-template.yml
2023-03-14T06:14:44.138Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:14:44.140Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:14:44.143Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-14T06:14:44.143Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-14T06:14:44.144Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.145Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.146Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.146Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.147Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.149Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.150Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.150Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:14:44.151Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.152Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.152Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-14T06:14:44.153Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:14:44.153Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:14:44.153Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.154Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.154Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-14T06:14:44.154Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.155Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.156Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.157Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.157Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.157Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.161Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.162Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.162Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.162Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b76ed1b8-a532-4ed2-b818-333204708368
Model Version:NULL
Model InvariantUuid:bde26ad6-1bb9-4c45-ab51-36e66317912c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1236d174-506e-4e9f-a15b-743253bffa98
Model UUID:ddefe25f-0d79-42cd-a634-0e7ec39b3710
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7ffe198c-0585-422b-9b08-47a0cbb3f605
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:14:44.189Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 58a52d47-b93c-4f0b-94ef-45a56f5b270c
2023-03-14T06:14:44.190Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||No resources found for Service: b76ed1b8-a532-4ed2-b818-333204708368
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:14:44.209Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||
2023-03-14T06:14:44.209Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-14T06:14:44.213Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b76ed1b8-a532-4ed2-b818-333204708368
2023-03-14T06:14:44.213Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b76ed1b8-a532-4ed2-b818-333204708368
2023-03-14T06:14:44.213Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-14T06:14:44.214Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.227Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76ee6aa, org.onap.sdc.toscaparser.api.parameters.Input@4e6ebc4c, org.onap.sdc.toscaparser.api.parameters.Input@18a1103b, org.onap.sdc.toscaparser.api.parameters.Input@5b40ce27, org.onap.sdc.toscaparser.api.parameters.Input@2beb2853]
2023-03-14T06:14:44.230Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.231Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.235Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.236Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b76ed1b8-a532-4ed2-b818-333204708368: Generic NeutronNet
2023-03-14T06:14:44.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.237Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.238Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.389Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.390Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.397Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.397Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.398Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:14:44.398Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:14:44.398Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.678Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-14T06:14:44.679Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.679Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:14:44.679Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:14:44.680Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:14:44.680Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:14:44.680Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774484679,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:45.681Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:14:45.734Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:14:45.742Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:14:45.742Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:14:45.742Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:14:50.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:14:50.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:14:50.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774471140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:14:50.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:15.743Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:15:15.806Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:15:15.825Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:15:15.826Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:15:15.826Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:15:45.834Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:15:45.915Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:15:45.931Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:15:45.932Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:15:45.932Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:15:50.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:15:50.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774439473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774444197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774473930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774470325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:15:50.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774465682,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774471140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774439473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774444197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:15:50.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.673Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774473930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:15:50.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774480044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774482468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774481146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774481238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.676Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774481048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:15:50.681Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.681Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774482050,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:15:50.718Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c88c61e1-7408-4108-8b71-2287bfc6f5b2
2023-03-14T06:15:50.719Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88c61e1-7408-4108-8b71-2287bfc6f5b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:15:50.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.801Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774485717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:15:50.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.805Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774484679,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:15:50.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:15:50.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:15:50.807Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774486721,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:15:50.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c88c61e1-7408-4108-8b71-2287bfc6f5b2
2023-03-14T06:15:50.873Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88c61e1-7408-4108-8b71-2287bfc6f5b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:16:15.934Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:16:16.046Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:16:16.076Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:16:16.077Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:16:16.077Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:16:16.077Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:16:46.078Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:16:46.126Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:16:46.147Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:16:46.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:16:46.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:16:46.148Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:16:50.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:16:50.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.680Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774497615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.686Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774497615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:50.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.689Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774500423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774502224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.690Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774503228,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:16:50.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c88c61e1-7408-4108-8b71-2287bfc6f5b2
2023-03-14T06:16:50.726Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88c61e1-7408-4108-8b71-2287bfc6f5b2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:16:50.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.769Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.788Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.790Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.793Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.794Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.797Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.798Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.799Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.800Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.801Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.802Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.805Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.806Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774483052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774482156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774491093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:50.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774495682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.809Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774480900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774512757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.810Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774511674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774514125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774512676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.812Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774513678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:16:50.883Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f97782b8-f181-4fee-974c-c8824ced58fa
2023-03-14T06:16:50.883Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f97782b8-f181-4fee-974c-c8824ced58fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:16:50.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.941Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774518124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:16:50.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:50.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:50.942Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774519127,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:16:50.984Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f97782b8-f181-4fee-974c-c8824ced58fa
2023-03-14T06:16:50.984Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f97782b8-f181-4fee-974c-c8824ced58fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:16:51.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.011Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.012Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.014Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.015Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774527615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.016Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774536543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.017Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774538498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:16:51.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.018Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774539502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:16:51.032Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f97782b8-f181-4fee-974c-c8824ced58fa
2023-03-14T06:16:51.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f97782b8-f181-4fee-974c-c8824ced58fa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:16:51.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774514679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.070Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774525682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774534162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774542762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774514679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.077Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774525682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.078Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774534162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.079Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774542762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.080Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774514679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.082Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774525682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.083Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774534162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.084Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774542762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.085Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774514679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.086Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.087Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774525682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774534162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.088Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774542762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.089Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774514679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774525682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.092Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774534162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.094Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.095Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774542762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.096Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774514679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.097Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.099Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774525682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774534162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774542762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774514679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774525682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678774534162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:16:51.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774513765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774542762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:16:51.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774551867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774550523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678774550555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774549497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:16:51.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:16.149Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:17:16.188Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:17:16.197Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:17:16.197Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:17:16.197Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:17:16.198Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:17:16.199Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:17:16.199Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:17:16.252Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:17:46.254Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:17:46.279Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c88c61e1-7408-4108-8b71-2287bfc6f5b2 and serviceModelVersionId: b76ed1b8-a532-4ed2-b818-333204708368
2023-03-14T06:17:46.280Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bde26ad6-1bb9-4c45-ab51-36e66317912c
2023-03-14T06:17:46.292Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0
2023-03-14T06:17:46.346Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:17:46.545Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|INFO|500||Invoke
2023-03-14T06:17:46.546Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c88c61e1-7408-4108-8b71-2287bfc6f5b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f82af811-d079-41b0-b649-d0f00e929b42], X-ECOMP-RequestID=[c88c61e1-7408-4108-8b71-2287bfc6f5b2], X-TransactionId=[], X-ONAP-RequestID=[c88c61e1-7408-4108-8b71-2287bfc6f5b2], Content-Type=[application/merge-patch+json]}
2023-03-14T06:17:46.570Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:17:46.767Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?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/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:17:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[356464], x-aai-txid=[0-aai-resources-230314-06:17:45:701-44033], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:17:46.768Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:17:46.768Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bde26ad6-1bb9-4c45-ab51-36e66317912c/model-vers/model-ver/b76ed1b8-a532-4ed2-b818-333204708368?depth=0|INFO|500||InvokeReturn
2023-03-14T06:17:46.769Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:17:46.769Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:17:46.781Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|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-03-14T06:17:46.781Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c88c61e1-7408-4108-8b71-2287bfc6f5b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:17:46.782Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:17:46.783Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:46.784Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:46.784Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774666782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:17:47.864Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:17:47.912Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:17:47.912Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f97782b8-f181-4fee-974c-c8824ced58fa","serviceName":"Demo_pNF_NACVRHJmoOpZFFPfh0Xp","serviceVersion":"1.0","serviceUUID":"21ecf068-1aea-48b2-a81f-05617aeefa71","serviceDescription":"catalog service description","serviceInvariantUUID":"050dfa71-2ed8-4027-99e2-0161eaa5b986","resources":[{"resourceInstanceName":"pNF 50a18d9e-9413 0","resourceName":"pNF 50a18d9e-9413","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0ddeebbd-471e-46da-ab96-c523efe1e79b","resourceInvariantUUID":"9ea79de4-e961-46fb-8f49-060186e21f76","resourceCustomizationUUID":"e8bad55b-dc68-4a42-8e7c-4e03839bfd1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml","artifactChecksum":"ZjdiYTQyNDUxZTZhYTE5NWFkM2YxZjY0YzQxZDc5NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82a7445f-60b0-4dba-bb1b-90748ebd1330","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar","artifactChecksum":"MzUxZTRmN2EyOTRlN2I2NGQ0NjE5NWZjZmY5YzY3NzI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2f036f4-6018-4184-b274-62ae7eebeb9d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"083619c9-3636-40ac-af20-bcae6b1086e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml","artifactChecksum":"MTk2YjM5ZGY1YTdkZDI5ZDU1OWIyMTRjNGJjNzI4NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f23e921-b869-4f4f-a5c0-871df5e95410","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e29d58b1-9e16-48a0-a440-6683a3c2dbe0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08384c9f-017a-481c-949c-de1c76440c17","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml","artifactChecksum":"ZmQ5NTU5MzY0Nzk0YjZjNTJjNGNiYjc0MTViY2FlNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0698a0a-e754-4ffb-8028-bb202311a70c","artifactVersion":"1"},{"artifactName":"service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar","artifactChecksum":"NWQyNDg0ZTZiNmYyMjdlNDBiNjU1YTg3NmRlZDczNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c119947f-899b-43e4-8f52-3cd94b04b741","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:17:47.920Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:47.921Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:47.922Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:47.924Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:48.938Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:48.939Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:48.940Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:48.940Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:49.941Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:49.942Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:49.942Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:49.943Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:50.657Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:50.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774550500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:17:50.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774551724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:17:50.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678774551501,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:17:50.759Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:50.759Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:17:50.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.793Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774552850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:17:50.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.795Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774553970,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:17:50.844Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:50.844Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-14T06:17:50.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.911Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678774554973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:17:50.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.913Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774557621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:17:50.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:50.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:50.930Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "aai-model-loader",
  "timestamp": 1678774558625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:17:50.945Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:50.947Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:50.947Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:50.948Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:50.973Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:50.974Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:17:51.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.040Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774557615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.041Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774557615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.042Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774557615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774557615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.044Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774557615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.045Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774557615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:17:51.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.047Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774557615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:17:51.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.048Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774565472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:17:51.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.050Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774567790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:17:51.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:17:51.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:17:51.058Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678774568793,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:17:51.111Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed10fe4c-482e-46e6-b47e-c8629e1ae347
2023-03-14T06:17:51.112Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed10fe4c-482e-46e6-b47e-c8629e1ae347 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:17:51.950Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:51.959Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:51.959Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:51.960Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:52.967Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:52.967Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:52.968Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:52.968Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:53.970Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:53.971Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:53.972Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:53.972Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:54.974Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:17:54.975Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:54.975Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:54.975Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:55.978Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "serviceName": "Demo_pNF_NACVRHJmoOpZFFPfh0Xp",
  "serviceVersion": "1.0",
  "serviceUUID": "21ecf068-1aea-48b2-a81f-05617aeefa71",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "050dfa71-2ed8-4027-99e2-0161eaa5b986",
  "resources": [
    {
      "resourceInstanceName": "pNF 50a18d9e-9413 0",
      "resourceCustomizationUUID": "e8bad55b-dc68-4a42-8e7c-4e03839bfd1d",
      "resourceName": "pNF 50a18d9e-9413",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0ddeebbd-471e-46da-ab96-c523efe1e79b",
      "resourceInvariantUUID": "9ea79de4-e961-46fb-8f49-060186e21f76",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
      "artifactChecksum": "NWQyNDg0ZTZiNmYyMjdlNDBiNjU1YTg3NmRlZDczNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c119947f-899b-43e4-8f52-3cd94b04b741"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:17:55.979Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:17:55.979Z|c88c61e1-7408-4108-8b71-2287bfc6f5b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 21ecf068-1aea-48b2-a81f-05617aeefa71 ASDC
2023-03-14T06:17:55.980Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f97782b8-f181-4fee-974c-c8824ced58fa
ServiceName:Demo_pNF_NACVRHJmoOpZFFPfh0Xp
ServiceVersion:1.0
ServiceUUID:21ecf068-1aea-48b2-a81f-05617aeefa71
ServiceInvariantUUID:050dfa71-2ed8-4027-99e2-0161eaa5b986
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
ArtifactUUID:c119947f-899b-43e4-8f52-3cd94b04b741
ArtifactChecksum:NWQyNDg0ZTZiNmYyMjdlNDBiNjU1YTg3NmRlZDczNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 50a18d9e-9413 0
ResourceCustomizationUUID:e8bad55b-dc68-4a42-8e7c-4e03839bfd1d
ResourceInvariantUUID:9ea79de4-e961-46fb-8f49-060186e21f76
ResourceName:pNF 50a18d9e-9413
ResourceType:PNF
ResourceUUID:0ddeebbd-471e-46da-ab96-c523efe1e79b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-14T06:17:55.980Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21ecf068-1aea-48b2-a81f-05617aeefa71 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:17:56.073Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:17:56.074Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:17:56.075Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:17:56.075Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c119947f-899b-43e4-8f52-3cd94b04b741 from URL: /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:56.100Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:17:56.100Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:56.209Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:17:56.211Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar c119947f-899b-43e4-8f52-3cd94b04b741 88012
2023-03-14T06:17:56.212Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar ASDC sendASDCNotification
2023-03-14T06:17:56.212Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:56.212Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:17:56.213Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:17:56.213Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:17:56.214Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774676212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:17:57.218Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:17:57.219Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:17:57.221Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c119947f-899b-43e4-8f52-3cd94b04b741, URL: /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar to file: /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.221Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.222Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.222Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:57.562Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11942102725727712823/Definitions/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml
2023-03-14T06:17:59.732Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 50a18d9e-9413 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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.733Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.734Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.735Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Node template pNF 50a18d9e-9413 0 is matching search criteria
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 50a18d9e-9413 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.736Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Node template pNF 50a18d9e-9413 0 is matching search criteria
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 50a18d9e-9413 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:17:59.737Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.738Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.738Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.739Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.740Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_NACVRHJmoOpZFFPfh0Xp
Description:catalog service description
Model UUID:21ecf068-1aea-48b2-a81f-05617aeefa71
Model Version:NULL
Model InvariantUuid:050dfa71-2ed8-4027-99e2-0161eaa5b986
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:17:59.776Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0ddeebbd-471e-46da-ab96-c523efe1e79b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:17:59.797Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||pNF 50a18d9e-9413 0
2023-03-14T06:17:59.798Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0ddeebbd-471e-46da-ab96-c523efe1e79b
2023-03-14T06:17:59.798Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 21ecf068-1aea-48b2-a81f-05617aeefa71
2023-03-14T06:17:59.799Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 21ecf068-1aea-48b2-a81f-05617aeefa71
2023-03-14T06:17:59.799Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 50a18d9e-9413 0 0ddeebbd-471e-46da-ab96-c523efe1e79b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:17:59.827Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12bf05eb, org.onap.sdc.toscaparser.api.parameters.Input@7c08ad4c, org.onap.sdc.toscaparser.api.parameters.Input@47fa1407, org.onap.sdc.toscaparser.api.parameters.Input@3f34a78c, org.onap.sdc.toscaparser.api.parameters.Input@55ce7ddc]
2023-03-14T06:17:59.827Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.828Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.828Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 21ecf068-1aea-48b2-a81f-05617aeefa71: pNF 50a18d9e-9413
2023-03-14T06:17:59.828Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0ddeebbd-471e-46da-ab96-c523efe1e79b
2023-03-14T06:17:59.828Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:17:59.829Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_NACVRHJmoOpZFFPfh0Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:17:59.829Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Resource customization UUID: e8bad55b-dc68-4a42-8e7c-4e03839bfd1d is the same as notified resource customizationUUID: e8bad55b-dc68-4a42-8e7c-4e03839bfd1d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-14T06:18:00.161Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 50a18d9e-9413 0ddeebbd-471e-46da-ab96-c523efe1e79b 0 ASDC deployResourceStructure
2023-03-14T06:18:00.162Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar ASDC sendASDCNotification
2023-03-14T06:18:00.162Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar
2023-03-14T06:18:00.163Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:18:00.163Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:00.163Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:00.163Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774680162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:01.164Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f97782b8-f181-4fee-974c-c8824ced58fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:18:01.186Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f97782b8-f181-4fee-974c-c8824ced58fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:18:01.195Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:18:01.195Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:18:01.195Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:18:01.196Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:18:01.196Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:01.196Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:01.197Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:01.197Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:01.197Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-03-14T06:18:01.233Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:18:31.234Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f97782b8-f181-4fee-974c-c8824ced58fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:18:31.260Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f97782b8-f181-4fee-974c-c8824ced58fa and serviceModelVersionId: 21ecf068-1aea-48b2-a81f-05617aeefa71
2023-03-14T06:18:31.260Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 050dfa71-2ed8-4027-99e2-0161eaa5b986
2023-03-14T06:18:31.261Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/050dfa71-2ed8-4027-99e2-0161eaa5b986/model-vers/model-ver/21ecf068-1aea-48b2-a81f-05617aeefa71?depth=0
2023-03-14T06:18:31.283Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:18:31.404Z|f97782b8-f181-4fee-974c-c8824ced58fa|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/050dfa71-2ed8-4027-99e2-0161eaa5b986/model-vers/model-ver/21ecf068-1aea-48b2-a81f-05617aeefa71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-14T06:18:31.406Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/050dfa71-2ed8-4027-99e2-0161eaa5b986/model-vers/model-ver/21ecf068-1aea-48b2-a81f-05617aeefa71?depth=0|INFO|500||Invoke
2023-03-14T06:18:31.420Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/050dfa71-2ed8-4027-99e2-0161eaa5b986/model-vers/model-ver/21ecf068-1aea-48b2-a81f-05617aeefa71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:18:31.584Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/050dfa71-2ed8-4027-99e2-0161eaa5b986/model-vers/model-ver/21ecf068-1aea-48b2-a81f-05617aeefa71?depth=0|INFO|500||InvokeReturn
2023-03-14T06:18:31.591Z|f97782b8-f181-4fee-974c-c8824ced58fa|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/050dfa71-2ed8-4027-99e2-0161eaa5b986/model-vers/model-ver/21ecf068-1aea-48b2-a81f-05617aeefa71?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:18:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[208968], x-aai-txid=[2-aai-resources-230314-06:18:30:561-71351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:18:31.592Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:18:31.592Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:18:31.592Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-03-14T06:18:31.602Z|f97782b8-f181-4fee-974c-c8824ced58fa|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-03-14T06:18:31.603Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f97782b8-f181-4fee-974c-c8824ced58fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:18:31.605Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:18:31.605Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:31.605Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:31.605Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774711604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:18:32.654Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-14T06:18:32.655Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ed10fe4c-482e-46e6-b47e-c8629e1ae347","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"53d2e3b8-d683-43f5-a067-69cab42546fe","serviceDescription":"service","serviceInvariantUUID":"34c38e29-836f-4ee6-8f09-89511b5a3969","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f925b9e-c707-49de-bf4d-7ec215541c94","resourceInvariantUUID":"321043be-00b3-4fb1-bd10-7ce5f4c7d218","resourceCustomizationUUID":"ef587ee8-f0af-4474-84cd-6afb8e94f91b","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":"NzlhMTMxNjEzZGU1ODlmMjM4MWEyMDk5N2YwMGUyMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98068b00-b00c-44c6-897b-1c942b768fdd","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":"OGI5YjU4MzI1MjYzMmVlMjQzNmFkMGUwNmEzZjFiYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe8780c7-ac17-4203-acdc-fcd090a0ca76","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":"f71e0544-79b1-4e80-893d-4f0f05269109","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":"34f6491f-fece-4154-a60d-868aa2024a39","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":"6480124f-6df7-45d4-a2e6-8a9af94911fd","artifactVersion":"2","generatedFromUUID":"f71e0544-79b1-4e80-893d-4f0f05269109"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDQ2ZDJhNmVhZGFiNjNmZTI5MTc5MjkzNmMxNjFjN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"468bb4ed-7126-4dc2-8d2b-af63eec442af","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDM5ZTk2OWQyYmNkOGJmNTk3YjJjNDFlZGZjZWMwYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"402f02e0-f16b-48b7-aaeb-d4f2a0c71c20","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:18:32.656Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:18:32.656Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:32.656Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:32.656Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:33.657Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:18:33.659Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:33.659Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:33.659Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:34.661Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:18:34.661Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:34.662Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:34.662Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:35.663Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:18:35.664Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:35.664Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:35.665Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:36.669Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:18:36.670Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:36.670Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:36.670Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:37.671Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:18:37.673Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:37.673Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:37.673Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:38.675Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:18:38.675Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:38.676Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:38.676Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:39.678Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "53d2e3b8-d683-43f5-a067-69cab42546fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "34c38e29-836f-4ee6-8f09-89511b5a3969",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ef587ee8-f0af-4474-84cd-6afb8e94f91b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f925b9e-c707-49de-bf4d-7ec215541c94",
      "resourceInvariantUUID": "321043be-00b3-4fb1-bd10-7ce5f4c7d218",
      "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": "OGI5YjU4MzI1MjYzMmVlMjQzNmFkMGUwNmEzZjFiYWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fe8780c7-ac17-4203-acdc-fcd090a0ca76",
          "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": "f71e0544-79b1-4e80-893d-4f0f05269109",
          "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": "6480124f-6df7-45d4-a2e6-8a9af94911fd",
            "generatedFromUUID": "f71e0544-79b1-4e80-893d-4f0f05269109"
          },
          "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": "6480124f-6df7-45d4-a2e6-8a9af94911fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDM5ZTk2OWQyYmNkOGJmNTk3YjJjNDFlZGZjZWMwYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "402f02e0-f16b-48b7-aaeb-d4f2a0c71c20"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:18:39.696Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:18:39.696Z|f97782b8-f181-4fee-974c-c8824ced58fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53d2e3b8-d683-43f5-a067-69cab42546fe ASDC
2023-03-14T06:18:39.697Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ed10fe4c-482e-46e6-b47e-c8629e1ae347
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:53d2e3b8-d683-43f5-a067-69cab42546fe
ServiceInvariantUUID:34c38e29-836f-4ee6-8f09-89511b5a3969
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:402f02e0-f16b-48b7-aaeb-d4f2a0c71c20
ArtifactChecksum:NDM5ZTk2OWQyYmNkOGJmNTk3YjJjNDFlZGZjZWMwYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ef587ee8-f0af-4474-84cd-6afb8e94f91b
ResourceInvariantUUID:321043be-00b3-4fb1-bd10-7ce5f4c7d218
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2f925b9e-c707-49de-bf4d-7ec215541c94
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:fe8780c7-ac17-4203-acdc-fcd090a0ca76
ArtifactChecksum:OGI5YjU4MzI1MjYzMmVlMjQzNmFkMGUwNmEzZjFiYWY=
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:f71e0544-79b1-4e80-893d-4f0f05269109
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:6480124f-6df7-45d4-a2e6-8a9af94911fd
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:6480124f-6df7-45d4-a2e6-8a9af94911fd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-14T06:18:39.697Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53d2e3b8-d683-43f5-a067-69cab42546fe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:18:39.862Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:18:39.863Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:18:39.863Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:18:39.863Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 402f02e0-f16b-48b7-aaeb-d4f2a0c71c20 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-14T06:18:39.863Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:18:39.864Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:40.029Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:18:40.030Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 402f02e0-f16b-48b7-aaeb-d4f2a0c71c20 75183
2023-03-14T06:18:40.030Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:40.032Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:40.032Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:18:40.032Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:40.032Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:40.034Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774720030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:41.035Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:18:41.037Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-14T06:18:41.037Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 402f02e0-f16b-48b7-aaeb-d4f2a0c71c20, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-14T06:18:41.038Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-14T06:18:41.039Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-14T06:18:41.040Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-14T06:18:41.402Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7942687389890574175/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-14T06:18:44.438Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:18:44.439Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:18:44.439Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-14T06:18:44.440Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-14T06:18:44.440Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.440Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.440Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.440Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.440Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.441Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.441Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.441Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-14T06:18:44.441Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.442Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.442Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:44.442Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:18:44.442Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:18:44.443Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.443Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:44.443Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:44.443Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-14T06:18:44.443Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:18:44.444Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.444Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:44.444Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.445Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-14T06:18:44.445Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-14T06:18:44.445Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-14T06:18:44.445Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-14T06:18:44.445Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-14T06:18:44.446Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-14T06:18:44.446Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.446Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.446Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.447Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:44.447Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:18:44.447Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.447Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:44.448Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:18:44.448Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.448Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:44.448Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:18:44.449Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.449Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-14T06:18:44.449Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-14T06:18:44.449Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-14T06:18:44.449Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3f848979-7e40-418b-ba3a-87e9982025b5
2023-03-14T06:18:44.450Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.450Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:44.450Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.450Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:44.451Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.451Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:44.451Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:44.451Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:44.451Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:53d2e3b8-d683-43f5-a067-69cab42546fe
Model Version:NULL
Model InvariantUuid:34c38e29-836f-4ee6-8f09-89511b5a3969
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:700c03e8-f31a-4e83-af1c-a63795766c33
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:321043be-00b3-4fb1-bd10-7ce5f4c7d218
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ef587ee8-f0af-4474-84cd-6afb8e94f91b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e767c7db-fee1-4632-80dc-2c96328768e8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:37abc10f-f80e-48f0-a415-01a047d554d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3f848979-7e40-418b-ba3a-87e9982025b5
ModelInvariantUuid:08c9f14a-4b14-4bf0-83d4-5ab00a684cf2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1236da55-e353-4f09-a8f3-474e303a236c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9c972465-2b24-45d3-a483-3c2d4e079a7b
ModelInvariantUuid:a0405fc7-1daf-4c42-89cd-22547ea693cb
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b6517911-5293-465b-97e3-8af5f5303062
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:18:44.495Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f925b9e-c707-49de-bf4d-7ec215541c94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:18:44.509Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-03-14T06:18:44.509Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f925b9e-c707-49de-bf4d-7ec215541c94
2023-03-14T06:18:44.509Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fe8780c7-ac17-4203-acdc-fcd090a0ca76 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-14T06:18:44.510Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:18:44.510Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.648Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:18:44.648Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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 fe8780c7-ac17-4203-acdc-fcd090a0ca76 787
2023-03-14T06:18:44.649Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.649Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:44.649Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:18:44.649Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:44.649Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:44.649Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774724649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:45.652Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e767c7db-fee1-4632-80dc-2c96328768e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37abc10f-f80e-48f0-a415-01a047d554d6",
    "vfModuleModelCustomizationUUID": "e1e21c04-57a6-4825-8253-7ea54d7dea11",
    "isBase": true,
    "artifacts": [
      "f71e0544-79b1-4e80-893d-4f0f05269109",
      "6480124f-6df7-45d4-a2e6-8a9af94911fd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:18:45.661Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37abc10f-f80e-48f0-a415-01a047d554d6
VfModuleModelInvariantUUID:e767c7db-fee1-4632-80dc-2c96328768e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f71e0544-79b1-4e80-893d-4f0f05269109
,
6480124f-6df7-45d4-a2e6-8a9af94911fd

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

isBase:true


}

2023-03-14T06:18:45.667Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e767c7db-fee1-4632-80dc-2c96328768e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37abc10f-f80e-48f0-a415-01a047d554d6",
    "vfModuleModelCustomizationUUID": "e1e21c04-57a6-4825-8253-7ea54d7dea11",
    "isBase": true,
    "artifacts": [
      "f71e0544-79b1-4e80-893d-4f0f05269109",
      "6480124f-6df7-45d4-a2e6-8a9af94911fd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:18:45.668Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37abc10f-f80e-48f0-a415-01a047d554d6
VfModuleModelInvariantUUID:e767c7db-fee1-4632-80dc-2c96328768e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f71e0544-79b1-4e80-893d-4f0f05269109
,
6480124f-6df7-45d4-a2e6-8a9af94911fd

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

isBase:true


}

2023-03-14T06:18:45.668Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f71e0544-79b1-4e80-893d-4f0f05269109 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-14T06:18:45.668Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:18:45.669Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:45.815Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:18:45.817Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f71e0544-79b1-4e80-893d-4f0f05269109 5033
2023-03-14T06:18:45.817Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:45.817Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:45.818Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:18:45.818Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:45.818Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:45.818Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774725817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:46.819Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6480124f-6df7-45d4-a2e6-8a9af94911fd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-14T06:18:46.820Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-14T06:18:46.820Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:46.901Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-14T06:18:46.902Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6480124f-6df7-45d4-a2e6-8a9af94911fd 903
2023-03-14T06:18:46.903Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:46.903Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:46.903Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:18:46.903Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:46.903Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:46.904Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774726902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:47.907Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 53d2e3b8-d683-43f5-a067-69cab42546fe
2023-03-14T06:18:47.908Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2f925b9e-c707-49de-bf4d-7ec215541c94 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:18:47.950Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b5c63b7, org.onap.sdc.toscaparser.api.parameters.Input@4185abc7, org.onap.sdc.toscaparser.api.parameters.Input@95635a6, org.onap.sdc.toscaparser.api.parameters.Input@451c5f6e, org.onap.sdc.toscaparser.api.parameters.Input@1d85dda1]
2023-03-14T06:18:47.953Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:47.954Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:47.954Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-03-14T06:18:47.955Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ef587ee8-f0af-4474-84cd-6afb8e94f91b
2023-03-14T06:18:47.955Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ef587ee8-f0af-4474-84cd-6afb8e94f91b matches Tosca VF Customization UUID: ef587ee8-f0af-4474-84cd-6afb8e94f91b
2023-03-14T06:18:47.955Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ef587ee8-f0af-4474-84cd-6afb8e94f91b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-14T06:18:47.962Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:47.964Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:47.965Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ef587ee8-f0af-4474-84cd-6afb8e94f91b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-14T06:18:47.966Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e31a7bf
2023-03-14T06:18:47.966Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:47.966Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:47.967Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e1e21c04-57a6-4825-8253-7ea54d7dea11
2023-03-14T06:18:47.967Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e1e21c04-57a6-4825-8253-7ea54d7dea11
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-14T06:18:47.976Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:47.979Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:47.980Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:18:47.980Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:47.980Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:47.981Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:18:47.981Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:47.982Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-14T06:18:47.982Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-14T06:18:47.983Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-14T06:18:47.984Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3f848979-7e40-418b-ba3a-87e9982025b5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-14T06:18:48.005Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.005Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:48.005Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:18:48.006Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.006Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-14T06:18:48.006Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ef587ee8-f0af-4474-84cd-6afb8e94f91b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:18:48.013Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.014Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:48.014Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 53d2e3b8-d683-43f5-a067-69cab42546fe: basic_vm
2023-03-14T06:18:48.014Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.016Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:48.016Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.016Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:48.017Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.017Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:48.017Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.017Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:48.018Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:18:48.018Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:18:48.018Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:48.296Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2f925b9e-c707-49de-bf4d-7ec215541c94 1 ASDC deployResourceStructure
2023-03-14T06:18:48.297Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:48.297Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:48.297Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:18:48.298Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:48.298Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:48.298Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774728297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:49.302Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:49.302Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:49.303Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:18:49.303Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:49.303Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:49.303Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774729302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:50.304Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:50.305Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:50.305Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:18:50.305Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:50.305Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:50.306Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774730304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:50.657Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:50.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:18:50.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c88c61e1-7408-4108-8b71-2287bfc6f5b2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774666782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:18:50.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:18:50.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:18:50.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:18:50.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:18:50.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:18:50.662Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:18:50.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:18:50.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:18:50.662Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:18:50.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:18:51.307Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:51.307Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:51.307Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:18:51.308Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:18:51.308Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:18:51.308Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774731307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:18:52.309Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed10fe4c-482e-46e6-b47e-c8629e1ae347
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:18:52.366Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed10fe4c-482e-46e6-b47e-c8629e1ae347
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:18:52.377Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:18:52.379Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:18:52.381Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:18:52.381Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:18:52.382Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:52.382Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:52.382Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:52.382Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:18:52.382Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:18:52.407Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:19:22.408Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed10fe4c-482e-46e6-b47e-c8629e1ae347 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:19:22.425Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed10fe4c-482e-46e6-b47e-c8629e1ae347 and serviceModelVersionId: 53d2e3b8-d683-43f5-a067-69cab42546fe
2023-03-14T06:19:22.426Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34c38e29-836f-4ee6-8f09-89511b5a3969
2023-03-14T06:19:22.428Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34c38e29-836f-4ee6-8f09-89511b5a3969/model-vers/model-ver/53d2e3b8-d683-43f5-a067-69cab42546fe?depth=0
2023-03-14T06:19:22.438Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:19:22.530Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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/34c38e29-836f-4ee6-8f09-89511b5a3969/model-vers/model-ver/53d2e3b8-d683-43f5-a067-69cab42546fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-14T06:19:22.531Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/34c38e29-836f-4ee6-8f09-89511b5a3969/model-vers/model-ver/53d2e3b8-d683-43f5-a067-69cab42546fe?depth=0|INFO|500||Invoke
2023-03-14T06:19:22.543Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/34c38e29-836f-4ee6-8f09-89511b5a3969/model-vers/model-ver/53d2e3b8-d683-43f5-a067-69cab42546fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:19:22.718Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/34c38e29-836f-4ee6-8f09-89511b5a3969/model-vers/model-ver/53d2e3b8-d683-43f5-a067-69cab42546fe?depth=0|INFO|500||InvokeReturn
2023-03-14T06:19:22.719Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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/34c38e29-836f-4ee6-8f09-89511b5a3969/model-vers/model-ver/53d2e3b8-d683-43f5-a067-69cab42546fe?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:19:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[221256], x-aai-txid=[2-aai-resources-230314-06:19:21:659-99347], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:19:22.719Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:19:22.719Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:19:22.719Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:19:22.728Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|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-03-14T06:19:22.729Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed10fe4c-482e-46e6-b47e-c8629e1ae347 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:19:22.729Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:19:22.730Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:19:22.730Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:19:22.730Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774762729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:19:23.780Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:19:50.657Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:19:50.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:19:50.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:19:50.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/resourceInstances/pnf50a18d9e94130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:19:50.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:19:50.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774676212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774680162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNacvrhjmoopzffpfh0xp/1.0/artifacts/service-DemoPnfNacvrhjmoopzffpfh0xp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f97782b8-f181-4fee-974c-c8824ced58fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774711604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:19:50.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:19:50.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.676Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-14T06:19:50.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774667864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774720030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:19:50.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.678Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774724649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:19:50.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.678Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774725817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:19:50.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.679Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774726902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:19:50.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774728297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:19:50.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774729302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-14T06:19:50.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:19:50.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:19:50.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774730304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-14T06:19:50.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:20:23.782Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:20:50.658Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:20:50.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:20:50.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774731307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:20:50.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:20:50.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-14T06:20:50.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed10fe4c-482e-46e6-b47e-c8629e1ae347",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678774762729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:20:50.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:21:23.783Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:21:50.657Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:22:23.786Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:22:50.659Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:23:23.791Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:23:50.663Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:24:23.793Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:24:50.665Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:25:23.795Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:25:50.667Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:26:23.796Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:26:50.667Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:27:23.798Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:27:50.669Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:28:23.809Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:28:50.671Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:29:23.811Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:29:50.671Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:30:23.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:30:50.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:30:57.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:30:57.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3f28482f-defa-4f11-a91d-0179fd3bf39f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"52027432-485d-4d27-b0e8-118d429ed7ab","serviceDescription":"service","serviceInvariantUUID":"425eabaa-3e04-4949-b74e-542e268fb06d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c7bfcd4-becf-4fd0-ab64-0ad388c50f69","resourceInvariantUUID":"1af2b874-dfc6-4bf6-98d1-7248907090ea","resourceCustomizationUUID":"5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba","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":"MDEzMTM4YzY0ZDBhZTVlNDE2Y2UxNzQ1NWFhMDhlY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f66fa09-7158-4b13-a078-d6fdf31da436","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":"ODk3MTZkZmM1NzQyZDc1MWNmNzE4NWFkMWRiNDQ4NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c64bb03-0e30-43fa-8eb7-7d083478e012","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":"45440ca4-6be5-4dd3-aef7-377af3968b79","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":"b5275f7d-02d3-43ee-8ef7-c86870988677","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":"8c7d53f8-5fa5-46d8-9fb6-0e05657c5fac","artifactVersion":"2","generatedFromUUID":"a30370d3-149a-40dc-b2bf-700102f9553b"},{"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":"6e1c79e3-62c0-408e-84e0-b7b0449a5ab8","artifactVersion":"2","generatedFromUUID":"45440ca4-6be5-4dd3-aef7-377af3968b79"},{"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":"a30370d3-149a-40dc-b2bf-700102f9553b","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":"00a2c1c5-c8f1-4faf-8e2f-e599a1bb6d3e","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":"OTNjZTJjMzdiNWI5YWEzNDJlOTQyMzcxNGM5NDk3NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6223f7c2-056e-4eda-a95f-e2a975a953cc","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmY3MjBkYTY3MmJjYjkxOGEzYWY0ZDBmZWM4ZWQ4NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d43edc7c-515c-408c-9cdb-c6197a776ec6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:30:57.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:30:57.313Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:30:57.313Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:30:57.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:30:57.327Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:30:57.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:30:57.326Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:30:57.344Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:30:57.344Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:30:57.345Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:30:57.345Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:30:57.345Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:30:57.345Z||kafka-producer-network-thread | SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-50e61ffa-3125-4b01-97ac-c061e7061869] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9pHeJrTpSjKhu2C7gI73Xg
2023-03-14T06:30:58.351Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:30:58.352Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:30:58.352Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:30:58.352Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:30:59.355Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:30:59.355Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:30:59.356Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:30:59.356Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:00.359Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:31:00.360Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:00.360Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:00.360Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:01.363Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:31:01.364Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:01.364Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:01.364Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:02.367Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:31:02.369Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:02.369Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:02.369Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:03.388Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:31:03.391Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:03.392Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:03.392Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:04.395Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:31:04.395Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:04.396Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:04.396Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:05.399Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:31:05.401Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:05.405Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:05.405Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:06.408Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:31:06.412Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:06.414Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:06.415Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:07.420Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "52027432-485d-4d27-b0e8-118d429ed7ab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "425eabaa-3e04-4949-b74e-542e268fb06d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3c7bfcd4-becf-4fd0-ab64-0ad388c50f69",
      "resourceInvariantUUID": "1af2b874-dfc6-4bf6-98d1-7248907090ea",
      "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": "ODk3MTZkZmM1NzQyZDc1MWNmNzE4NWFkMWRiNDQ4NzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2c64bb03-0e30-43fa-8eb7-7d083478e012",
          "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": "45440ca4-6be5-4dd3-aef7-377af3968b79",
          "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": "6e1c79e3-62c0-408e-84e0-b7b0449a5ab8",
            "generatedFromUUID": "45440ca4-6be5-4dd3-aef7-377af3968b79"
          },
          "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": "8c7d53f8-5fa5-46d8-9fb6-0e05657c5fac",
          "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": "6e1c79e3-62c0-408e-84e0-b7b0449a5ab8",
          "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": "a30370d3-149a-40dc-b2bf-700102f9553b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmY3MjBkYTY3MmJjYjkxOGEzYWY0ZDBmZWM4ZWQ4NDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d43edc7c-515c-408c-9cdb-c6197a776ec6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:31:07.422Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:31:07.423Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 52027432-485d-4d27-b0e8-118d429ed7ab ASDC
2023-03-14T06:31:07.437Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3f28482f-defa-4f11-a91d-0179fd3bf39f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:52027432-485d-4d27-b0e8-118d429ed7ab
ServiceInvariantUUID:425eabaa-3e04-4949-b74e-542e268fb06d
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:d43edc7c-515c-408c-9cdb-c6197a776ec6
ArtifactChecksum:MmY3MjBkYTY3MmJjYjkxOGEzYWY0ZDBmZWM4ZWQ4NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba
ResourceInvariantUUID:1af2b874-dfc6-4bf6-98d1-7248907090ea
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3c7bfcd4-becf-4fd0-ab64-0ad388c50f69
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:2c64bb03-0e30-43fa-8eb7-7d083478e012
ArtifactChecksum:ODk3MTZkZmM1NzQyZDc1MWNmNzE4NWFkMWRiNDQ4NzU=
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:45440ca4-6be5-4dd3-aef7-377af3968b79
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:6e1c79e3-62c0-408e-84e0-b7b0449a5ab8
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:8c7d53f8-5fa5-46d8-9fb6-0e05657c5fac
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:6e1c79e3-62c0-408e-84e0-b7b0449a5ab8
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:a30370d3-149a-40dc-b2bf-700102f9553b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-14T06:31:07.439Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52027432-485d-4d27-b0e8-118d429ed7ab ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:31:07.646Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:31:07.649Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:31:07.650Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:31:07.651Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d43edc7c-515c-408c-9cdb-c6197a776ec6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:07.652Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:31:07.654Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:07.893Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:31:07.897Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d43edc7c-515c-408c-9cdb-c6197a776ec6 163282
2023-03-14T06:31:07.898Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-14T06:31:07.899Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:07.900Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:31:07.901Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:07.902Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:07.902Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775467898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:08.905Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:31:08.906Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:31:08.907Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d43edc7c-515c-408c-9cdb-c6197a776ec6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:08.911Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-14T06:31:08.914Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:08.915Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:09.466Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP736053197513367092/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-14T06:31:13.445Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:31:13.446Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-14T06:31:13.446Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:13.449Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-14T06:31:13.450Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|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-BasicCnfMacro-csar.csar
2023-03-14T06:31:13.451Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:13.451Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:13.451Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:13.452Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-14T06:31:13.453Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.453Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:13.454Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:13.454Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-14T06:31:13.455Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:31:13.456Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.456Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:13.457Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:13.457Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-14T06:31:13.457Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:31:13.458Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.458Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:13.459Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.460Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-14T06:31:13.460Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-14T06:31:13.461Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-14T06:31:13.461Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-14T06:31:13.462Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.462Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:31:13.463Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.463Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:13.472Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:31:13.477Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.477Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:13.477Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:31:13.478Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.478Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:13.479Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:31:13.479Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.480Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:13.480Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:31:13.481Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.481Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-14T06:31:13.481Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-14T06:31:13.482Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=355a7ce3-ea92-4f5b-aa47-88583a519d1b
2023-03-14T06:31:13.482Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.482Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:13.483Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.483Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:13.484Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.484Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:13.485Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:13.487Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:13.488Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:52027432-485d-4d27-b0e8-118d429ed7ab
Model Version:NULL
Model InvariantUuid:425eabaa-3e04-4949-b74e-542e268fb06d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:491df912-a1d8-4a14-bf81-ad19fb4ff1e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af2b874-dfc6-4bf6-98d1-7248907090ea
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a9d18e0-7e52-4862-9317-93e5d90670e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:1c712633-9e06-4e40-87fb-906e5db70284
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:dc52374a-6bf9-4dc4-bf46-16ec2a886b32
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:d4149a81-c325-43fa-a9e0-6907bb26de98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:355a7ce3-ea92-4f5b-aa47-88583a519d1b
ModelInvariantUuid:a78e7b2f-154a-42d9-a86a-0059eedce91b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:08334b89-c952-441a-84df-ab71252ba2c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0807ec60-ca83-4cf6-83b6-8c6bfd944af8
ModelInvariantUuid:7a3266b7-032a-43c8-a526-33c577276568
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:5c3b2040-ad98-4658-ae51-40cb245cc211
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:31:13.540Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c7bfcd4-becf-4fd0-ab64-0ad388c50f69
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:31:13.557Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2023-03-14T06:31:13.557Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c7bfcd4-becf-4fd0-ab64-0ad388c50f69
2023-03-14T06:31:13.557Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c64bb03-0e30-43fa-8eb7-7d083478e012 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-14T06:31:13.558Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:31:13.558Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-14T06:31:13.660Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:31:13.665Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2c64bb03-0e30-43fa-8eb7-7d083478e012 1565
2023-03-14T06:31:13.665Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-14T06:31:13.665Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-14T06:31:13.665Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:31:13.666Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:13.666Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:13.666Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775473665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:14.668Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dc52374a-6bf9-4dc4-bf46-16ec2a886b32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4149a81-c325-43fa-a9e0-6907bb26de98",
    "vfModuleModelCustomizationUUID": "ea2f98a9-9348-4367-9943-185a7b0f7877",
    "isBase": true,
    "artifacts": [
      "45440ca4-6be5-4dd3-aef7-377af3968b79",
      "6e1c79e3-62c0-408e-84e0-b7b0449a5ab8"
    ],
    "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": "3a9d18e0-7e52-4862-9317-93e5d90670e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c712633-9e06-4e40-87fb-906e5db70284",
    "vfModuleModelCustomizationUUID": "0df3ccfb-6cb1-4dd7-b18f-4305f879606a",
    "isBase": false,
    "artifacts": [
      "a30370d3-149a-40dc-b2bf-700102f9553b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:31:14.678Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4149a81-c325-43fa-a9e0-6907bb26de98
VfModuleModelInvariantUUID:dc52374a-6bf9-4dc4-bf46-16ec2a886b32
VfModuleModelDescription:NULL
Artifacts UUID List:{
45440ca4-6be5-4dd3-aef7-377af3968b79
,
6e1c79e3-62c0-408e-84e0-b7b0449a5ab8

}
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:1c712633-9e06-4e40-87fb-906e5db70284
VfModuleModelInvariantUUID:3a9d18e0-7e52-4862-9317-93e5d90670e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
a30370d3-149a-40dc-b2bf-700102f9553b

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

isBase:false


}

2023-03-14T06:31:14.690Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dc52374a-6bf9-4dc4-bf46-16ec2a886b32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4149a81-c325-43fa-a9e0-6907bb26de98",
    "vfModuleModelCustomizationUUID": "ea2f98a9-9348-4367-9943-185a7b0f7877",
    "isBase": true,
    "artifacts": [
      "45440ca4-6be5-4dd3-aef7-377af3968b79",
      "6e1c79e3-62c0-408e-84e0-b7b0449a5ab8"
    ],
    "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": "3a9d18e0-7e52-4862-9317-93e5d90670e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c712633-9e06-4e40-87fb-906e5db70284",
    "vfModuleModelCustomizationUUID": "0df3ccfb-6cb1-4dd7-b18f-4305f879606a",
    "isBase": false,
    "artifacts": [
      "a30370d3-149a-40dc-b2bf-700102f9553b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:31:14.690Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4149a81-c325-43fa-a9e0-6907bb26de98
VfModuleModelInvariantUUID:dc52374a-6bf9-4dc4-bf46-16ec2a886b32
VfModuleModelDescription:NULL
Artifacts UUID List:{
45440ca4-6be5-4dd3-aef7-377af3968b79
,
6e1c79e3-62c0-408e-84e0-b7b0449a5ab8

}
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:1c712633-9e06-4e40-87fb-906e5db70284
VfModuleModelInvariantUUID:3a9d18e0-7e52-4862-9317-93e5d90670e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
a30370d3-149a-40dc-b2bf-700102f9553b

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

isBase:false


}

2023-03-14T06:31:14.694Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 45440ca4-6be5-4dd3-aef7-377af3968b79 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-14T06:31:14.695Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:31:14.696Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-14T06:31:14.786Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:31:14.786Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 45440ca4-6be5-4dd3-aef7-377af3968b79 914
2023-03-14T06:31:14.787Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-14T06:31:14.787Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-14T06:31:14.787Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:31:14.787Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:14.787Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:14.788Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775474787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:15.789Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c7d53f8-5fa5-46d8-9fb6-0e05657c5fac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-14T06:31:15.789Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:31:15.789Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-14T06:31:16.041Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:31:16.042Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8c7d53f8-5fa5-46d8-9fb6-0e05657c5fac 12
2023-03-14T06:31:16.042Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-14T06:31:16.042Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-14T06:31:16.042Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:31:16.043Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:16.043Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:16.043Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775476042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:17.045Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6e1c79e3-62c0-408e-84e0-b7b0449a5ab8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-14T06:31:17.047Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:31:17.048Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-14T06:31:17.257Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:31:17.258Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6e1c79e3-62c0-408e-84e0-b7b0449a5ab8 96
2023-03-14T06:31:17.258Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-14T06:31:17.258Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-14T06:31:17.258Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:31:17.259Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:17.260Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:17.260Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775477258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:18.264Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a30370d3-149a-40dc-b2bf-700102f9553b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-14T06:31:18.264Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:31:18.276Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-14T06:31:18.457Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:31:18.458Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a30370d3-149a-40dc-b2bf-700102f9553b 20206
2023-03-14T06:31:18.459Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-14T06:31:18.459Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-14T06:31:18.459Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:31:18.460Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:18.460Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:18.460Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775478459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:19.478Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 52027432-485d-4d27-b0e8-118d429ed7ab
2023-03-14T06:31:19.478Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3c7bfcd4-becf-4fd0-ab64-0ad388c50f69 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:31:19.536Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f0e9ee3, org.onap.sdc.toscaparser.api.parameters.Input@3fadf07d, org.onap.sdc.toscaparser.api.parameters.Input@4b96c95a, org.onap.sdc.toscaparser.api.parameters.Input@17e26e6f, org.onap.sdc.toscaparser.api.parameters.Input@4cc003f6]
2023-03-14T06:31:19.539Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.539Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.540Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-14T06:31:19.540Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba
2023-03-14T06:31:19.541Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba matches Tosca VF Customization UUID: 5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba
2023-03-14T06:31:19.542Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-14T06:31:19.567Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.568Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.573Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-03-14T06:31:19.573Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@650a6195
2023-03-14T06:31:19.573Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.574Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:31:19.575Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0df3ccfb-6cb1-4dd7-b18f-4305f879606a
2023-03-14T06:31:19.576Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0df3ccfb-6cb1-4dd7-b18f-4305f879606a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-14T06:31:19.589Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.590Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:19.593Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:31:19.594Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.595Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:19.595Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:31:19.596Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.597Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-14T06:31:19.597Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5f8d4e99-ee3e-4faf-91e7-e8b2943f2bba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:31:19.612Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.613Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.616Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 52027432-485d-4d27-b0e8-118d429ed7ab: basic_cnf_macro
2023-03-14T06:31:19.617Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.618Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.618Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.618Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.619Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.619Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.620Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.620Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.620Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:31:19.621Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:31:19.621Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:31:19.924Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3c7bfcd4-becf-4fd0-ab64-0ad388c50f69 2 ASDC deployResourceStructure
2023-03-14T06:31:19.924Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-14T06:31:19.924Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-14T06:31:19.925Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:31:19.925Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:19.925Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:19.925Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775479924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:20.927Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-14T06:31:20.928Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-14T06:31:20.929Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:31:20.929Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:20.930Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:20.930Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775480927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:21.944Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-14T06:31:21.945Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-03-14T06:31:21.946Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-14T06:31:21.946Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:21.947Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:21.947Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775481932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:22.948Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-14T06:31:22.949Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-14T06:31:22.950Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:31:22.950Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:22.951Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:22.951Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775482948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:23.952Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-14T06:31:23.953Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-03-14T06:31:23.953Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-14T06:31:23.953Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:23.954Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:23.954Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775483952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:24.956Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-14T06:31:24.957Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-14T06:31:24.957Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:31:24.958Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:31:24.958Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:31:24.958Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775484956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:25.965Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:31:26.010Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:31:26.020Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:31:26.021Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:31:26.021Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:31:50.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:31:50.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:31:50.660Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:31:50.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:31:56.023Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:31:56.101Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:31:56.113Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:31:56.114Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:31:56.114Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:32:26.119Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:32:26.191Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:32:26.198Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:32:26.199Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:32:26.199Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:32:50.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:32:50.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.672Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.675Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.675Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.675Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.676Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.683Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.683Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.687Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.687Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.688Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.698Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.699Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.699Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.701Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.703Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.703Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.704Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.705Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.706Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.706Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.707Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.708Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.709Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.710Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.710Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.711Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.712Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.712Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.713Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.714Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.714Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.715Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.717Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.718Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.718Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775452526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775451610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775451629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775455682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.727Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775423813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.727Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775456046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.728Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.728Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775466504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.729Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775467597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.729Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775469011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.730Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775467623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775467898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775457616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775467506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:50.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775468836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775468507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:32:50.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f28482f-defa-4f11-a91d-0179fd3bf39f
2023-03-14T06:32:50.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f28482f-defa-4f11-a91d-0179fd3bf39f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:32:50.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.844Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.844Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775468988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775470121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.845Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.846Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775471289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775471531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:50.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:50.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775473318,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:32:50.880Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f28482f-defa-4f11-a91d-0179fd3bf39f
2023-03-14T06:32:50.880Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f28482f-defa-4f11-a91d-0179fd3bf39f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-14T06:32:50.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:50.920Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775472540,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:32:50.958Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3f28482f-defa-4f11-a91d-0179fd3bf39f
2023-03-14T06:32:50.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f28482f-defa-4f11-a91d-0179fd3bf39f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:32:51.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.004Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.004Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775473665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.005Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.006Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.006Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775474329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.007Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.007Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.007Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.008Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.008Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775474787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.009Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775476237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.011Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.014Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.014Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.015Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775468647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.015Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775477244,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:32:51.087Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3f28482f-defa-4f11-a91d-0179fd3bf39f
2023-03-14T06:32:51.088Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f28482f-defa-4f11-a91d-0179fd3bf39f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:32:51.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.141Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775476042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.142Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775477247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775477258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775469508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775478459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775477700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775478701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.145Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775479924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.146Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.146Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775479702,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:32:51.195Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 375851f5-3b77-49ac-9ea6-42624af07b07
2023-03-14T06:32:51.196Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 375851f5-3b77-49ac-9ea6-42624af07b07 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:32:51.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775480927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775481932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775475337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775482948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775483496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775483952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775484594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775484956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775485737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775486881,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:32:51.267Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 375851f5-3b77-49ac-9ea6-42624af07b07
2023-03-14T06:32:51.267Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 375851f5-3b77-49ac-9ea6-42624af07b07 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-14T06:32:51.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.301Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.302Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775487884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.303Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.303Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.303Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.305Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775485682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.306Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.306Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775493877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.307Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.307Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.307Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.308Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:32:51.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.308Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775487616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:32:51.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.309Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775496573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:32:51.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.309Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775500060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.310Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775501063,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:32:51.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 375851f5-3b77-49ac-9ea6-42624af07b07
2023-03-14T06:32:51.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 375851f5-3b77-49ac-9ea6-42624af07b07 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:32:51.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.368Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775498937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:32:51.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:32:51.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:32:51.368Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775499940,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:32:51.405Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 375851f5-3b77-49ac-9ea6-42624af07b07
2023-03-14T06:32:51.406Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 375851f5-3b77-49ac-9ea6-42624af07b07 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:32:56.200Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:32:56.296Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:32:56.308Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:32:56.309Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:32:56.309Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:32:56.309Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:32:56.310Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:32:56.310Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:32:56.310Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:32:56.312Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:32:56.313Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|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-03-14T06:32:56.338Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:33:26.339Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:33:26.366Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3f28482f-defa-4f11-a91d-0179fd3bf39f and serviceModelVersionId: 52027432-485d-4d27-b0e8-118d429ed7ab
2023-03-14T06:33:26.367Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 425eabaa-3e04-4949-b74e-542e268fb06d
2023-03-14T06:33:26.368Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0
2023-03-14T06:33:26.395Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:33:26.537Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0|INFO|500||Invoke
2023-03-14T06:33:26.539Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3f28482f-defa-4f11-a91d-0179fd3bf39f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba9a3973-0ae7-402d-9ddf-e96f1b2c2936], X-ECOMP-RequestID=[3f28482f-defa-4f11-a91d-0179fd3bf39f], X-TransactionId=[], X-ONAP-RequestID=[3f28482f-defa-4f11-a91d-0179fd3bf39f], Content-Type=[application/merge-patch+json]}
2023-03-14T06:33:26.553Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:33:26.714Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?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/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:33:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[237816], x-aai-txid=[2-aai-resources-230314-06:33:25:650-53723], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:33:26.715Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:33:26.716Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/425eabaa-3e04-4949-b74e-542e268fb06d/model-vers/model-ver/52027432-485d-4d27-b0e8-118d429ed7ab?depth=0|INFO|500||InvokeReturn
2023-03-14T06:33:26.717Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:33:26.717Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|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-03-14T06:33:26.755Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|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-03-14T06:33:26.757Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3f28482f-defa-4f11-a91d-0179fd3bf39f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:33:26.758Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:33:26.760Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:26.760Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:26.761Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775606758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:33:27.816Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:33:27.831Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:33:27.831Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"375851f5-3b77-49ac-9ea6-42624af07b07","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f6e95d58-77da-4215-8a8d-e7b94cf55c7d","serviceDescription":"service","serviceInvariantUUID":"b1a6f655-3a95-4542-8cd6-0ad5182a6b0c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"840cfb22-d2b3-42fc-b9e6-999e4ee89dd1","resourceInvariantUUID":"065f8904-70f5-42db-a1a8-ee2ad33c283d","resourceCustomizationUUID":"eacb02a9-eab1-40ee-9040-21b7ef76684d","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":"MWMzNDFhZmE5NzI5MWFlOTViNmU5OGE3ZmMzOTAwNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3681c18b-f25d-4bd1-8ed7-0a8f5c3aba80","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":"YmNkNzgyMjc0ZmNmY2E5OTUzNWUyYzk4MzYyZjJlMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a80944d2-2c47-4786-882b-503dfd5d1dd8","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":"11e84c9c-e6cd-4774-9bd0-437a00d07019","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":"fe443f14-9e43-4f6e-b1a5-2149b065abf1","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":"720515d4-e1ba-445b-9c46-bf5368e5340d","artifactVersion":"2","generatedFromUUID":"11e84c9c-e6cd-4774-9bd0-437a00d07019"},{"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":"YTMzNmYwM2I4NTYzMjRlNTQ1ZDljOTcwNWJhODA3ZDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eb28bcd0-cca9-4f81-ac27-2ead4893ad3a","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":"NGU5ODdhYjcwMzU5ZWNiMzdhNDUwOTlmOWExMmU0ZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ccdab27-d130-439b-9001-b00f850f2229","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGFjMzIwYTdlYzFmYzhlYmMwN2E2ODdkOGExMmQxYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74fc98cb-ea20-4173-be76-9cbae30e0655","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:33:27.835Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:27.838Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:27.838Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:27.838Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:28.840Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:28.842Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:28.842Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:28.842Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:29.843Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:29.845Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:29.845Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:29.846Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:30.847Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:30.848Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:30.848Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:30.848Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:31.854Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:31.856Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:31.857Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:31.857Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:32.858Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:32.860Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:32.860Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:32.860Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:33.862Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:33.864Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:33.864Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:33.865Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:34.866Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:33:34.867Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:34.867Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:34.868Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:35.871Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f6e95d58-77da-4215-8a8d-e7b94cf55c7d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b1a6f655-3a95-4542-8cd6-0ad5182a6b0c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "eacb02a9-eab1-40ee-9040-21b7ef76684d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "840cfb22-d2b3-42fc-b9e6-999e4ee89dd1",
      "resourceInvariantUUID": "065f8904-70f5-42db-a1a8-ee2ad33c283d",
      "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": "YmNkNzgyMjc0ZmNmY2E5OTUzNWUyYzk4MzYyZjJlMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a80944d2-2c47-4786-882b-503dfd5d1dd8",
          "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": "11e84c9c-e6cd-4774-9bd0-437a00d07019",
          "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": "720515d4-e1ba-445b-9c46-bf5368e5340d",
            "generatedFromUUID": "11e84c9c-e6cd-4774-9bd0-437a00d07019"
          },
          "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": "720515d4-e1ba-445b-9c46-bf5368e5340d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGFjMzIwYTdlYzFmYzhlYmMwN2E2ODdkOGExMmQxYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74fc98cb-ea20-4173-be76-9cbae30e0655"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:33:35.872Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:33:35.873Z|3f28482f-defa-4f11-a91d-0179fd3bf39f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6e95d58-77da-4215-8a8d-e7b94cf55c7d ASDC
2023-03-14T06:33:35.874Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:375851f5-3b77-49ac-9ea6-42624af07b07
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f6e95d58-77da-4215-8a8d-e7b94cf55c7d
ServiceInvariantUUID:b1a6f655-3a95-4542-8cd6-0ad5182a6b0c
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:74fc98cb-ea20-4173-be76-9cbae30e0655
ArtifactChecksum:ZGFjMzIwYTdlYzFmYzhlYmMwN2E2ODdkOGExMmQxYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:eacb02a9-eab1-40ee-9040-21b7ef76684d
ResourceInvariantUUID:065f8904-70f5-42db-a1a8-ee2ad33c283d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:840cfb22-d2b3-42fc-b9e6-999e4ee89dd1
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:a80944d2-2c47-4786-882b-503dfd5d1dd8
ArtifactChecksum:YmNkNzgyMjc0ZmNmY2E5OTUzNWUyYzk4MzYyZjJlMDI=
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:11e84c9c-e6cd-4774-9bd0-437a00d07019
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:720515d4-e1ba-445b-9c46-bf5368e5340d
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:720515d4-e1ba-445b-9c46-bf5368e5340d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-14T06:33:35.874Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6e95d58-77da-4215-8a8d-e7b94cf55c7d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:33:36.160Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:33:36.161Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:33:36.161Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:33:36.161Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 74fc98cb-ea20-4173-be76-9cbae30e0655 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-14T06:33:36.162Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:33:36.162Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-14T06:33:36.426Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:33:36.433Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 74fc98cb-ea20-4173-be76-9cbae30e0655 82999
2023-03-14T06:33:36.434Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-14T06:33:36.435Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-14T06:33:36.435Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:33:36.436Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:36.439Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:36.439Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775616434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:37.441Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:33:37.442Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:33:37.443Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 74fc98cb-ea20-4173-be76-9cbae30e0655, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:37.443Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-14T06:33:37.444Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:37.445Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:37.810Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16805779526638493465/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-14T06:33:41.165Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:33:41.166Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-14T06:33:41.166Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:41.166Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-14T06:33:41.166Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:41.166Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:41.166Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:41.167Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:41.167Z|375851f5-3b77-49ac-9ea6-42624af07b07|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-BasicVmMacro-csar.csar
2023-03-14T06:33:41.167Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:41.167Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-14T06:33:41.167Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-14T06:33:41.168Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.168Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:41.168Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:41.169Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-14T06:33:41.169Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:33:41.169Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.169Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:41.170Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:41.170Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-14T06:33:41.170Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:33:41.170Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.171Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:41.172Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.172Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-14T06:33:41.173Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-14T06:33:41.175Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-14T06:33:41.175Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-14T06:33:41.175Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-14T06:33:41.175Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-14T06:33:41.176Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.176Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:33:41.176Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.176Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:41.176Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:33:41.177Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.177Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:41.177Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:33:41.178Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.178Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:41.178Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:33:41.178Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.179Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-14T06:33:41.179Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-14T06:33:41.179Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-14T06:33:41.179Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6491bfbc-53f1-4495-816a-9af363fb7026
2023-03-14T06:33:41.179Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.179Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:41.180Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.180Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:41.180Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.180Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:41.180Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:41.181Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:41.181Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f6e95d58-77da-4215-8a8d-e7b94cf55c7d
Model Version:NULL
Model InvariantUuid:b1a6f655-3a95-4542-8cd6-0ad5182a6b0c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ab03f2de-34da-461d-b35f-a88f56cd32e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:065f8904-70f5-42db-a1a8-ee2ad33c283d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eacb02a9-eab1-40ee-9040-21b7ef76684d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c89f5034-e001-484d-ab1a-101b859fb7cf
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b9bb2205-d2d4-4a72-b1ab-e58c436a6b39
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6491bfbc-53f1-4495-816a-9af363fb7026
ModelInvariantUuid:2dbd059b-d87e-481c-95fd-1a72cc622331
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e31e2d2b-3c0c-457b-a8df-e5ffa738576c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6c2a9091-1862-4378-9bef-b7ced0ebe4f9
ModelInvariantUuid:cbefff41-42b4-442f-aaf7-54e2ca9accf5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f05906f0-bfd5-488a-b586-7b88eeaeb5fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:33:41.326Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 840cfb22-d2b3-42fc-b9e6-999e4ee89dd1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:33:41.337Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2023-03-14T06:33:41.338Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 840cfb22-d2b3-42fc-b9e6-999e4ee89dd1
2023-03-14T06:33:41.338Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a80944d2-2c47-4786-882b-503dfd5d1dd8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-14T06:33:41.338Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:33:41.338Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-14T06:33:41.500Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:33:41.501Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a80944d2-2c47-4786-882b-503dfd5d1dd8 792
2023-03-14T06:33:41.501Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-14T06:33:41.502Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-14T06:33:41.502Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:33:41.502Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:41.502Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:41.503Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775621501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:42.518Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c89f5034-e001-484d-ab1a-101b859fb7cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9bb2205-d2d4-4a72-b1ab-e58c436a6b39",
    "vfModuleModelCustomizationUUID": "9c4a388d-288f-4626-81d6-67b1b65a319b",
    "isBase": true,
    "artifacts": [
      "11e84c9c-e6cd-4774-9bd0-437a00d07019",
      "720515d4-e1ba-445b-9c46-bf5368e5340d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:33:42.524Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9bb2205-d2d4-4a72-b1ab-e58c436a6b39
VfModuleModelInvariantUUID:c89f5034-e001-484d-ab1a-101b859fb7cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
11e84c9c-e6cd-4774-9bd0-437a00d07019
,
720515d4-e1ba-445b-9c46-bf5368e5340d

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

isBase:true


}

2023-03-14T06:33:42.529Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c89f5034-e001-484d-ab1a-101b859fb7cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9bb2205-d2d4-4a72-b1ab-e58c436a6b39",
    "vfModuleModelCustomizationUUID": "9c4a388d-288f-4626-81d6-67b1b65a319b",
    "isBase": true,
    "artifacts": [
      "11e84c9c-e6cd-4774-9bd0-437a00d07019",
      "720515d4-e1ba-445b-9c46-bf5368e5340d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-14T06:33:42.530Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9bb2205-d2d4-4a72-b1ab-e58c436a6b39
VfModuleModelInvariantUUID:c89f5034-e001-484d-ab1a-101b859fb7cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
11e84c9c-e6cd-4774-9bd0-437a00d07019
,
720515d4-e1ba-445b-9c46-bf5368e5340d

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

isBase:true


}

2023-03-14T06:33:42.530Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 11e84c9c-e6cd-4774-9bd0-437a00d07019 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-14T06:33:42.530Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:33:42.530Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-14T06:33:42.601Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:33:42.601Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 11e84c9c-e6cd-4774-9bd0-437a00d07019 5033
2023-03-14T06:33:42.602Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-14T06:33:42.602Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-14T06:33:42.602Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:33:42.602Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:42.602Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:42.602Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775622602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:43.605Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 720515d4-e1ba-445b-9c46-bf5368e5340d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-14T06:33:43.605Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:33:43.605Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-14T06:33:43.740Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:33:43.741Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 720515d4-e1ba-445b-9c46-bf5368e5340d 903
2023-03-14T06:33:43.741Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-14T06:33:43.741Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-14T06:33:43.741Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:33:43.742Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:43.742Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:43.742Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775623741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:44.747Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f6e95d58-77da-4215-8a8d-e7b94cf55c7d
2023-03-14T06:33:44.747Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 840cfb22-d2b3-42fc-b9e6-999e4ee89dd1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:33:44.800Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@609dc824, org.onap.sdc.toscaparser.api.parameters.Input@84f5fe1, org.onap.sdc.toscaparser.api.parameters.Input@7553f0cd, org.onap.sdc.toscaparser.api.parameters.Input@34e77619, org.onap.sdc.toscaparser.api.parameters.Input@3ab54449]
2023-03-14T06:33:44.802Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.803Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.803Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-14T06:33:44.803Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= eacb02a9-eab1-40ee-9040-21b7ef76684d
2023-03-14T06:33:44.804Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eacb02a9-eab1-40ee-9040-21b7ef76684d matches Tosca VF Customization UUID: eacb02a9-eab1-40ee-9040-21b7ef76684d
2023-03-14T06:33:44.804Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: eacb02a9-eab1-40ee-9040-21b7ef76684d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-14T06:33:44.812Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.813Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.815Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id eacb02a9-eab1-40ee-9040-21b7ef76684d: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-03-14T06:33:44.816Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d901d0c
2023-03-14T06:33:44.816Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.817Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-14T06:33:44.818Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c4a388d-288f-4626-81d6-67b1b65a319b
2023-03-14T06:33:44.818Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c4a388d-288f-4626-81d6-67b1b65a319b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-14T06:33:44.835Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.836Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:44.837Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:33:44.837Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.847Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:44.848Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:33:44.848Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.848Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-14T06:33:44.849Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-14T06:33:44.849Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-14T06:33:44.849Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6491bfbc-53f1-4495-816a-9af363fb7026
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-14T06:33:44.862Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.863Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:44.863Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-14T06:33:44.864Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.865Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-14T06:33:44.866Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=eacb02a9-eab1-40ee-9040-21b7ef76684d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:33:44.877Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.878Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.878Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f6e95d58-77da-4215-8a8d-e7b94cf55c7d: basic_vm_macro
2023-03-14T06:33:44.878Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.878Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.879Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.879Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.879Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.879Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.879Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.880Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.880Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:33:44.880Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:33:44.880Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:33:45.478Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 840cfb22-d2b3-42fc-b9e6-999e4ee89dd1 1 ASDC deployResourceStructure
2023-03-14T06:33:45.480Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-14T06:33:45.480Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-14T06:33:45.481Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:33:45.482Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:45.482Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:45.482Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775625480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:46.486Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-14T06:33:46.487Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-14T06:33:46.487Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:33:46.487Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:46.487Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:46.487Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775626486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:47.489Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-14T06:33:47.490Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-14T06:33:47.490Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:33:47.490Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:47.490Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:47.491Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775627489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:48.492Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-14T06:33:48.492Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-14T06:33:48.492Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:33:48.493Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:33:48.493Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:33:48.493Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775628492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:49.494Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 375851f5-3b77-49ac-9ea6-42624af07b07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:33:49.592Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 375851f5-3b77-49ac-9ea6-42624af07b07
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:33:49.603Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:33:49.604Z|375851f5-3b77-49ac-9ea6-42624af07b07|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-03-14T06:33:49.632Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:33:50.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:33:50.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.660Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.662Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.665Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.669Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.669Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.670Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.676Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.676Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.677Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:33:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:33:50.678Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:33:50.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:19.639Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 375851f5-3b77-49ac-9ea6-42624af07b07 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:34:19.675Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 375851f5-3b77-49ac-9ea6-42624af07b07 and serviceModelVersionId: f6e95d58-77da-4215-8a8d-e7b94cf55c7d
2023-03-14T06:34:19.676Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a6f655-3a95-4542-8cd6-0ad5182a6b0c
2023-03-14T06:34:19.677Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a6f655-3a95-4542-8cd6-0ad5182a6b0c/model-vers/model-ver/f6e95d58-77da-4215-8a8d-e7b94cf55c7d?depth=0
2023-03-14T06:34:19.693Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:34:19.830Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a6f655-3a95-4542-8cd6-0ad5182a6b0c/model-vers/model-ver/f6e95d58-77da-4215-8a8d-e7b94cf55c7d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-14T06:34:19.832Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a6f655-3a95-4542-8cd6-0ad5182a6b0c/model-vers/model-ver/f6e95d58-77da-4215-8a8d-e7b94cf55c7d?depth=0|INFO|500||Invoke
2023-03-14T06:34:19.847Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a6f655-3a95-4542-8cd6-0ad5182a6b0c/model-vers/model-ver/f6e95d58-77da-4215-8a8d-e7b94cf55c7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:34:19.992Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a6f655-3a95-4542-8cd6-0ad5182a6b0c/model-vers/model-ver/f6e95d58-77da-4215-8a8d-e7b94cf55c7d?depth=0|INFO|500||InvokeReturn
2023-03-14T06:34:19.993Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a6f655-3a95-4542-8cd6-0ad5182a6b0c/model-vers/model-ver/f6e95d58-77da-4215-8a8d-e7b94cf55c7d?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:34:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[479344], x-aai-txid=[2-aai-resources-230314-06:34:18:943-50481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:34:19.994Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:34:19.994Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:34:19.995Z|375851f5-3b77-49ac-9ea6-42624af07b07|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-03-14T06:34:20.022Z|375851f5-3b77-49ac-9ea6-42624af07b07|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-03-14T06:34:20.023Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 375851f5-3b77-49ac-9ea6-42624af07b07 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:34:20.023Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:34:20.023Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:20.023Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:20.024Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775660023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:34:21.057Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-14T06:34:21.058Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8ba48bfb-4e99-4cf0-80b7-bee666bbe48b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b612486-f70a-40fa-9e39-02f1b0d6f365","serviceDescription":"service","serviceInvariantUUID":"f4f802f9-21a3-4df5-82b3-f9dd5632874b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6d1a8428-1898-4661-80b0-bb2168a5dbca","resourceInvariantUUID":"7c637c35-7b90-4484-b994-eec0460ab436","resourceCustomizationUUID":"759f2cd8-2674-45b7-8ad7-8730963053f7","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":"ZDk3NDc5NGQ2OTVlMjNhM2RkMmQxMjg3OTUzYTFjYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ed0588d-acd4-4b2d-b2f8-6ad63a6212e4","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":"e9712c18-feda-4644-b5c6-d4b979c49bdf","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":"4e687e0f-3aa7-43e3-aef4-ee3291eb2b55","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":"OGUwYThhZTcxZjc2YmNjNDY5OTI5OTcyYjZhYTkxOTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1f7b6306-9a88-434e-8a6b-8738475da2cf","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":"a9300d91-d904-4b0d-9f55-cb04fb3246e0","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":"10fe31de-092f-43c0-afb1-f57a9df495e8","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":"4be6edee-46d7-4423-942c-85107947603f","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":"YzU5YjJmNGQ0MzRkZGI1NGZjZmFmOTIyOTI5ZjlkZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6319d77c-17d5-47f0-bea0-63d4c4a0be5f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGRhMmNhOTAyZDE4YTA5MTlkODYyZDdlYzU0ZGViOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6539ef32-0299-435e-967f-9d5d2bd79054","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-14T06:34:21.058Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:21.059Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:21.059Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:21.060Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "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-03-14T06:34:22.061Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:22.061Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:22.062Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:22.062Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:34:23.063Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:23.064Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:23.065Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:23.065Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:34:24.067Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:24.068Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:24.068Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:24.069Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "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-03-14T06:34:25.070Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:25.071Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:25.071Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:25.071Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "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-03-14T06:34:26.075Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:26.075Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:26.076Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:26.076Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "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-03-14T06:34:27.077Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:27.079Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:27.080Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:27.080Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "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-03-14T06:34:28.082Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:28.083Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:28.083Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:28.083Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:34:29.086Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-14T06:34:29.087Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:29.087Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:29.087Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:34:30.091Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b612486-f70a-40fa-9e39-02f1b0d6f365",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f4f802f9-21a3-4df5-82b3-f9dd5632874b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "759f2cd8-2674-45b7-8ad7-8730963053f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6d1a8428-1898-4661-80b0-bb2168a5dbca",
      "resourceInvariantUUID": "7c637c35-7b90-4484-b994-eec0460ab436",
      "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": "ZGRhMmNhOTAyZDE4YTA5MTlkODYyZDdlYzU0ZGViOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6539ef32-0299-435e-967f-9d5d2bd79054"
    }
  ],
  "workloadContext": "Production"
}
2023-03-14T06:34:30.091Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-14T06:34:30.091Z|375851f5-3b77-49ac-9ea6-42624af07b07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b612486-f70a-40fa-9e39-02f1b0d6f365 ASDC
2023-03-14T06:34:30.092Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b612486-f70a-40fa-9e39-02f1b0d6f365
ServiceInvariantUUID:f4f802f9-21a3-4df5-82b3-f9dd5632874b
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:6539ef32-0299-435e-967f-9d5d2bd79054
ArtifactChecksum:ZGRhMmNhOTAyZDE4YTA5MTlkODYyZDdlYzU0ZGViOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:759f2cd8-2674-45b7-8ad7-8730963053f7
ResourceInvariantUUID:7c637c35-7b90-4484-b994-eec0460ab436
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6d1a8428-1898-4661-80b0-bb2168a5dbca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-14T06:34:30.092Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b612486-f70a-40fa-9e39-02f1b0d6f365 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:34:30.273Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:34:30.274Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:34:30.274Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:34:30.274Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6539ef32-0299-435e-967f-9d5d2bd79054 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-14T06:34:30.274Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-14T06:34:30.275Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-14T06:34:30.411Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-14T06:34:30.425Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6539ef32-0299-435e-967f-9d5d2bd79054 111088
2023-03-14T06:34:30.426Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-14T06:34:30.426Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-14T06:34:30.426Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-14T06:34:30.429Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:30.430Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:30.430Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775670426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:34:31.432Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-14T06:34:31.433Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-14T06:34:31.433Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6539ef32-0299-435e-967f-9d5d2bd79054, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-14T06:34:31.434Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-14T06:34:31.434Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-14T06:34:31.435Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-14T06:34:31.750Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5278962866970393973/Definitions/service-TestPnfMacro-template.yml
2023-03-14T06:34:33.764Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-14T06:34:33.765Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-14T06:34:33.765Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-14T06:34:33.765Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-14T06:34:33.766Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||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-03-14T06:34:33.766Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||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-03-14T06:34:33.767Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||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-03-14T06:34:33.767Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||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-03-14T06:34:33.768Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||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-03-14T06:34:33.768Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||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-03-14T06:34:33.768Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|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-TestPnfMacro-csar.csar
2023-03-14T06:34:33.769Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-14T06:34:33.770Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.770Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.771Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-14T06:34:33.772Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-14T06:34:33.772Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:34:33.773Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.774Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.774Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-14T06:34:33.775Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-14T06:34:33.775Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-14T06:34:33.775Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.776Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.776Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.776Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.777Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.777Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.777Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.778Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.778Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.778Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.779Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3b612486-f70a-40fa-9e39-02f1b0d6f365
Model Version:NULL
Model InvariantUuid:f4f802f9-21a3-4df5-82b3-f9dd5632874b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-14T06:34:33.805Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6d1a8428-1898-4661-80b0-bb2168a5dbca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:34:33.811Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-14T06:34:33.812Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6d1a8428-1898-4661-80b0-bb2168a5dbca
2023-03-14T06:34:33.813Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3b612486-f70a-40fa-9e39-02f1b0d6f365
2023-03-14T06:34:33.813Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b612486-f70a-40fa-9e39-02f1b0d6f365
2023-03-14T06:34:33.813Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6d1a8428-1898-4661-80b0-bb2168a5dbca ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-14T06:34:33.830Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ac7ab73, org.onap.sdc.toscaparser.api.parameters.Input@5398ca35, org.onap.sdc.toscaparser.api.parameters.Input@3b50223f, org.onap.sdc.toscaparser.api.parameters.Input@ee781e1, org.onap.sdc.toscaparser.api.parameters.Input@394c3f7d]
2023-03-14T06:34:33.831Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.832Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.833Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3b612486-f70a-40fa-9e39-02f1b0d6f365: test-pnf
2023-03-14T06:34:33.833Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Processing PNF resource: 6d1a8428-1898-4661-80b0-bb2168a5dbca
2023-03-14T06:34:33.833Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-14T06:34:33.834Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-14T06:34:33.834Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Resource customization UUID: 759f2cd8-2674-45b7-8ad7-8730963053f7 is the same as notified resource customizationUUID: 759f2cd8-2674-45b7-8ad7-8730963053f7
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-14T06:34:34.077Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6d1a8428-1898-4661-80b0-bb2168a5dbca 0 ASDC deployResourceStructure
2023-03-14T06:34:34.091Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-14T06:34:34.092Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-14T06:34:34.093Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-14T06:34:34.093Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:34:34.093Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:34:34.093Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775674091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:34:35.096Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:34:35.158Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:34:35.167Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:34:35.168Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-14T06:34:35.169Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-14T06:34:50.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:34:50.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.668Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.669Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.670Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.670Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.677Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.678Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.678Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.679Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.679Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.680Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.681Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.681Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.681Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.682Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.682Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775540704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.683Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1678775551100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.683Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775538256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678775548892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775576711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678775577847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.686Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775577714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:34:50.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.691Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.692Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.692Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678775578717,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:34:50.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
2023-03-14T06:34:50.709Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:34:50.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.733Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.734Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.735Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.735Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.736Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.737Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775575682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.737Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.738Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775584857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.738Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775577615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775588821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775587617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678775589832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:34:50.753Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
2023-03-14T06:34:50.753Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:34:50.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775589511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:34:50.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678775590514,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-14T06:34:50.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
2023-03-14T06:34:50.789Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-14T06:34:50.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.804Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f28482f-defa-4f11-a91d-0179fd3bf39f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775606758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:34:50.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.806Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.807Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.807Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.808Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.809Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:34:50.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.810Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:34:50.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.810Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775616434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.811Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775621501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.812Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775622602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.813Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775623741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:34:50.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.814Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775625480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-14T06:34:50.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.815Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775626486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-14T06:34:50.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775627489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-14T06:34:50.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:34:50.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:34:50.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775628492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:34:50.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:05.169Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:35:05.224Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-14T06:35:05.245Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-14T06:35:05.247Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-14T06:35:05.248Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-14T06:35:05.249Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-14T06:35:05.249Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:35:05.250Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:35:05.250Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:35:05.251Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-14T06:35:05.251Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|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-03-14T06:35:05.307Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-14T06:35:35.311Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-14T06:35:35.354Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b and serviceModelVersionId: 3b612486-f70a-40fa-9e39-02f1b0d6f365
2023-03-14T06:35:35.355Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4f802f9-21a3-4df5-82b3-f9dd5632874b
2023-03-14T06:35:35.359Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4f802f9-21a3-4df5-82b3-f9dd5632874b/model-vers/model-ver/3b612486-f70a-40fa-9e39-02f1b0d6f365?depth=0
2023-03-14T06:35:35.374Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-14T06:35:35.515Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4f802f9-21a3-4df5-82b3-f9dd5632874b/model-vers/model-ver/3b612486-f70a-40fa-9e39-02f1b0d6f365?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-14T06:35:35.519Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4f802f9-21a3-4df5-82b3-f9dd5632874b/model-vers/model-ver/3b612486-f70a-40fa-9e39-02f1b0d6f365?depth=0|INFO|500||Invoke
2023-03-14T06:35:35.566Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4f802f9-21a3-4df5-82b3-f9dd5632874b/model-vers/model-ver/3b612486-f70a-40fa-9e39-02f1b0d6f365?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-14T06:35:35.774Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4f802f9-21a3-4df5-82b3-f9dd5632874b/model-vers/model-ver/3b612486-f70a-40fa-9e39-02f1b0d6f365?depth=0|INFO|500||InvokeReturn
2023-03-14T06:35:35.781Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f4f802f9-21a3-4df5-82b3-f9dd5632874b/model-vers/model-ver/3b612486-f70a-40fa-9e39-02f1b0d6f365?depth=0 has http status code:200 and response headers:{date=[Tue, 14 Mar 2023 06:35:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[199], vertex-id=[270512], x-aai-txid=[1-aai-resources-230314-06:35:34:661-67223], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-14T06:35:35.782Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-14T06:35:35.787Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-14T06:35:35.788Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|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-03-14T06:35:35.813Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|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-03-14T06:35:35.814Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ba48bfb-4e99-4cf0-80b7-bee666bbe48b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-14T06:35:35.815Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-14T06:35:35.817Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-14T06:35:35.818Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-14T06:35:35.818Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775735814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-14T06:35:37.101Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:35:50.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:35:50.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.661Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "375851f5-3b77-49ac-9ea6-42624af07b07",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775660023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:35:50.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.662Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.663Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-14T06:35:50.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.666Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775607816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-14T06:35:50.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.666Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775670426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-14T06:35:50.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:35:50.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:35:50.667Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775674091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-14T06:35:50.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:36:37.103Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:36:50.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:36:50.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-14T06:36:50.662Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8ba48bfb-4e99-4cf0-80b7-bee666bbe48b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678775735814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-14T06:36:50.665Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-14T06:37:37.104Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:37:50.658Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:38:37.106Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:38:50.659Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:39:37.106Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:39:50.661Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:40:37.110Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:40:50.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:41:37.115Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:41:50.667Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:42:37.117Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:42:50.667Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:43:37.119Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:43:50.670Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:44:37.123Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:44:50.687Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:45:37.125Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:45:50.689Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:46:37.129Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:46:50.689Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:47:37.139Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:47:50.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:48:37.145Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:48:50.692Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:49:37.147Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:49:50.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:50:37.149Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:50:50.694Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:51:37.153Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:51:50.696Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:52:37.160Z|ed10fe4c-482e-46e6-b47e-c8629e1ae347|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:52:50.700Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:53:37.162Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:53:50.701Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:54:37.162Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:54:50.702Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:55:37.164Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:55:50.703Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:56:37.164Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:56:50.708Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:57:37.167Z|8ba48bfb-4e99-4cf0-80b7-bee666bbe48b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:57:50.709Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:58:37.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:58:50.709Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T06:59:37.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T06:59:50.711Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:00:37.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:00:50.714Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:01:37.201Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:01:50.715Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:02:37.202Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:02:50.716Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:03:37.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:03:50.717Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:04:37.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:04:50.718Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:05:37.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:05:50.719Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:06:37.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:06:50.720Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:07:37.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:07:50.721Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:08:37.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:08:50.723Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:09:37.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:09:50.723Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:10:37.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:10:50.725Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:11:37.220Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:11:50.725Z|ed6d1403-9753-4738-b082-cb1441410983|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:12:37.223Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:12:50.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:13:37.227Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:13:50.729Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:14:37.230Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:14:50.730Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-14T07:15:37.233Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-14T07:15:50.732Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO